Memosa-FVM
0.2
|
#include <Octree.h>
Public Attributes | |
VectorT3 | coordinate |
int | cellIndex |
int | code |
int Octree::Point::cellIndex |
Definition at line 34 of file Octree.h.
Referenced by Octree::Create(), Octree::Impl(), and Octree::Naive_getNode().
int Octree::Point::code |
Definition at line 35 of file Octree.h.
Referenced by Octree::build(), Octree::Create(), and Octree::Impl().
VectorT3 Octree::Point::coordinate |
Definition at line 33 of file Octree.h.
Referenced by Octree::build(), Octree::calcCubicBounds(), Octree::Create(), Octree::Impl(), Octree::Naive_getNode(), and Octree::Naive_getNodes().