#include <vtkOBBTree.h>
Collaboration diagram for vtkOBBNode:
Public Methods | |
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 100 of file vtkOBBTree.h. |
|
Definition at line 101 of file vtkOBBTree.h. |
|
Definition at line 102 of file vtkOBBTree.h. |
|
Definition at line 103 of file vtkOBBTree.h. |
|
Definition at line 104 of file vtkOBBTree.h. |