VTK
Public Attributes | Friends | List of all members
vtkCellTreeLocator::vtkCellTree Class Reference

#include <vtkCellTreeLocator.h>

Public Attributes

std::vector< vtkCellTreeNodeNodes
 
std::vector< unsigned intLeaves
 
float DataBBox [6]
 

Friends

class vtkCellPointTraversal
 
class vtkCellTreeNode
 
class vtkCellTreeBuilder
 

Detailed Description

Internal classes made public to allow subclasses to create customized some traversal algorithms

Definition at line 147 of file vtkCellTreeLocator.h.

Friends And Related Function Documentation

friend class vtkCellPointTraversal
friend

Definition at line 152 of file vtkCellTreeLocator.h.

friend class vtkCellTreeNode
friend

Definition at line 153 of file vtkCellTreeLocator.h.

friend class vtkCellTreeBuilder
friend

Definition at line 154 of file vtkCellTreeLocator.h.

Member Data Documentation

std::vector<vtkCellTreeNode> vtkCellTreeLocator::vtkCellTree::Nodes

Definition at line 150 of file vtkCellTreeLocator.h.

std::vector<unsigned int> vtkCellTreeLocator::vtkCellTree::Leaves

Definition at line 151 of file vtkCellTreeLocator.h.

float vtkCellTreeLocator::vtkCellTree::DataBBox[6]

Definition at line 158 of file vtkCellTreeLocator.h.


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