VTK
|
Internal classes made public to allow subclasses to create customized some traversal algorithms. More...
#include <vtkCellTreeLocator.h>
Public Attributes | |
std::vector< vtkCellTreeNode > | Nodes |
std::vector< unsigned int > | Leaves |
float | DataBBox [6] |
Friends | |
class | vtkCellPointTraversal |
class | vtkCellTreeNode |
class | vtkCellTreeBuilder |
Internal classes made public to allow subclasses to create customized some traversal algorithms.
Definition at line 148 of file vtkCellTreeLocator.h.
|
friend |
Definition at line 153 of file vtkCellTreeLocator.h.
|
friend |
Definition at line 154 of file vtkCellTreeLocator.h.
|
friend |
Definition at line 155 of file vtkCellTreeLocator.h.
std::vector<vtkCellTreeNode> vtkCellTreeLocator::vtkCellTree::Nodes |
Definition at line 151 of file vtkCellTreeLocator.h.
std::vector<unsigned int> vtkCellTreeLocator::vtkCellTree::Leaves |
Definition at line 152 of file vtkCellTreeLocator.h.
float vtkCellTreeLocator::vtkCellTree::DataBBox[6] |
Definition at line 159 of file vtkCellTreeLocator.h.