ndtree
nd-octree data-structure and algorithms
types.hpp File Reference

Classes

struct  ndtree::v1::tree< nd >
 nd-octree data-structure More...
 
struct  ndtree::v1::same_level_tag
 Neighbor tags. More...
 

Namespaces

 ndtree
 nd-octree
 

Typedefs

using ndtree::v1::node_idx = compact_optional< empty_scalar_value< uint_t, std::numeric_limits< int >::max()>, struct node_idx_tag >
 Index of a node within a tree.
 
using ndtree::v1::siblings_idx = compact_optional< empty_scalar_value< uint_t, std::numeric_limits< int >::max()>, struct siblings_tag >
 Index of a sibling group within a tree.
 
template<typename Tree >
using ndtree::v1::child_pos = typename Tree::child_pos
 Child position range.