#include <vtkOBBTree.h>
Public Member Functions | |
vtkOBBNode () | |
~vtkOBBNode () | |
void | DebugPrintTree (int level, double *leaf_vol, int *minCells, int *maxCells) |
Public Attributes | |
float | Corner [3] |
float | Axes [3][3] |
vtkOBBNode * | Parent |
vtkOBBNode ** | Kids |
vtkIdList * | Cells |
|
|
|
|
|
|
|
Definition at line 75 of file vtkOBBTree.h. |
|
Definition at line 76 of file vtkOBBTree.h. |
|
Definition at line 77 of file vtkOBBTree.h. |
|
Definition at line 78 of file vtkOBBTree.h. |
|
Definition at line 79 of file vtkOBBTree.h. |