Fermat
Classes | Namespaces
bintree_writer.h File Reference

Defines a simple binary tree context implementation to be used with the generate_radix_tree() function. More...

#include <cugar/basic/types.h>
#include <cugar/basic/vector.h>
#include <cugar/bintree/bintree_node.h>
#include <thrust/device_vector.h>

Go to the source code of this file.

Classes

struct  cugar::Bintree_writer_context< node_type, node_tag >
 
struct  cugar::Bintree_writer_context< node_type, leaf_index_tag >
 
struct  cugar::Bintree_writer_context< node_type, leaf_range_tag >
 
struct  cugar::Bintree_writer< node_type, system_tag, node_vector, range_vector, index_vector >
 

Namespaces

 cugar
 Define a vector_view POD type and plain_view() for std::vector.
 

Detailed Description

Defines a simple binary tree context implementation to be used with the generate_radix_tree() function.