Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkOBBNode Class Reference

#include <vtkOBBTree.h>

Collaboration diagram for vtkOBBNode:

Collaboration graph
[legend]
List of all members.

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]
vtkOBBNodeParent
vtkOBBNode ** Kids
vtkIdListCells

Constructor & Destructor Documentation

vtkOBBNode::vtkOBBNode  ) 
 

vtkOBBNode::~vtkOBBNode  ) 
 


Member Function Documentation

void vtkOBBNode::DebugPrintTree int  level,
double *  leaf_vol,
int *  minCells,
int *  maxCells
 


Member Data Documentation

double vtkOBBNode::Corner[3]
 

Definition at line 84 of file vtkOBBTree.h.

double vtkOBBNode::Axes[3][3]
 

Definition at line 85 of file vtkOBBTree.h.

vtkOBBNode* vtkOBBNode::Parent
 

Definition at line 86 of file vtkOBBTree.h.

vtkOBBNode** vtkOBBNode::Kids
 

Definition at line 87 of file vtkOBBTree.h.

vtkIdList* vtkOBBNode::Cells
 

Definition at line 88 of file vtkOBBTree.h.


The documentation for this class was generated from the following file: