EBGeometry
1.0
|
Namespace for octree functionality. More...
Classes | |
class | Node |
Octree class without anything special (this uses full tree representation rather than linear/pointerless). More... | |
Enumerations | |
enum | OctantIndex : size_t { BottomLeftFront = 0 , BottomRightFront = 1 , BottomLeftBack = 2 , BottomRightBack = 3 , TopLeftFront = 4 , TopRightFront = 5 , TopLeftBack = 6 , TopRightBack = 7 } |
Lexicographical x-y-z octant indexing. | |
Variables | |
template<typename T > | |
constexpr std::array< Vec3T< T >, 8 > | LowCorner |
Lower-left corners of the octants on the unit cube, indexed lexicographically in x-y-z. More... | |
template<typename T > | |
constexpr std::array< Vec3T< T >, 8 > | HighCorner |
Upper-right corners of the octants on the unit cube, indexed lexicographically in x-y-z. More... | |
Namespace for octree functionality.
|
constexpr |
Upper-right corners of the octants on the unit cube, indexed lexicographically in x-y-z.
|
constexpr |
Lower-left corners of the octants on the unit cube, indexed lexicographically in x-y-z.