VTK  9.3.20240328
Public Member Functions | Public Attributes | List of all members
vtkOBBNode Class Reference

#include <vtkOBBTree.h>

Collaboration diagram for vtkOBBNode:
[legend]

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
 

Detailed Description

Definition at line 146 of file vtkOBBTree.h.

Constructor & Destructor Documentation

◆ vtkOBBNode()

vtkOBBNode::vtkOBBNode ( )

◆ ~vtkOBBNode()

vtkOBBNode::~vtkOBBNode ( )

Member Function Documentation

◆ DebugPrintTree()

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

Member Data Documentation

◆ Corner

double vtkOBBNode::Corner[3]

Definition at line 152 of file vtkOBBTree.h.

◆ Axes

double vtkOBBNode::Axes[3][3]

Definition at line 153 of file vtkOBBTree.h.

◆ Parent

vtkOBBNode* vtkOBBNode::Parent

Definition at line 154 of file vtkOBBTree.h.

◆ Kids

vtkOBBNode** vtkOBBNode::Kids

Definition at line 155 of file vtkOBBTree.h.

◆ Cells

vtkIdList* vtkOBBNode::Cells

Definition at line 156 of file vtkOBBTree.h.


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