Fermat
|
Define binary tree visitors. More...
#include <cugar/basic/types.h>
Go to the source code of this file.
Classes | |
struct | cugar::Bintree_visitor< node_type, leaf_type > |
struct | cugar::Bintree_visitor< Node_type, leaf_index_tag > |
struct | cugar::Bintree_visitor< Node_type, leaf_range_tag > |
Namespaces | |
cugar | |
Define a vector_view POD type and plain_view() for std::vector. | |
Functions | |
template<typename bvh_visitor_type > | |
void | cugar::check_tree_rec (const uint32 node_id, const uint32 parent_id, const bvh_visitor_type &visitor, const uint32 n_prims, const uint32 max_leaf_size) |
template<typename node_type , typename leaf_type > | |
void | cugar::check_tree (const Bintree_visitor< node_type, leaf_type > &visitor, const uint32 n_prims, const uint32 max_leaf_size=uint32(-1)) |
Define binary tree visitors.