VTK
9.1.0
|
#include <vtkOBBTree.h>
Public Member Functions | |
vtkOBBNode () | |
~vtkOBBNode () | |
void | DebugPrintTree (int level, double *leaf_vol, int *minCells, int *maxCells) |
Public Attributes | |
double | Corner [3] |
double | Axes [3][3] |
vtkOBBNode * | Parent |
vtkOBBNode ** | Kids |
vtkIdList * | Cells |
Definition at line 144 of file vtkOBBTree.h.
vtkOBBNode::vtkOBBNode | ( | ) |
vtkOBBNode::~vtkOBBNode | ( | ) |
void vtkOBBNode::DebugPrintTree | ( | int | level, |
double * | leaf_vol, | ||
int * | minCells, | ||
int * | maxCells | ||
) |
double vtkOBBNode::Corner[3] |
Definition at line 150 of file vtkOBBTree.h.
double vtkOBBNode::Axes[3][3] |
Definition at line 151 of file vtkOBBTree.h.
vtkOBBNode* vtkOBBNode::Parent |
Definition at line 152 of file vtkOBBTree.h.
vtkOBBNode** vtkOBBNode::Kids |
Definition at line 153 of file vtkOBBTree.h.
vtkIdList* vtkOBBNode::Cells |
Definition at line 154 of file vtkOBBTree.h.