|
enum | CellType { Unknown,
Inside,
Outside,
Staddles
} |
|
|
bool | hasChildren () |
|
void | subdivide () |
|
int | index () |
|
|
unsigned int | xLocCode |
|
unsigned int | yLocCode |
|
unsigned int | zLocCode |
|
unsigned int | level |
|
unsigned int | depths [18] |
|
CellType | celltype |
|
OTCell * | parent |
|
OTCell * | children [8] |
|
BoundingBox | bounds |
|
double | minLFS |
|
Definition at line 57 of file Octree.h.
The documentation for this class was generated from the following files:
- C:/Users/Brig/Documents/Cleaver/src/lib/cleaver/Octree.h
- C:/Users/Brig/Documents/Cleaver/src/lib/cleaver/Octree.cpp