| 
    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 150 of file vtkCellTreeLocator.h.
      
  | 
  friend | 
Definition at line 155 of file vtkCellTreeLocator.h.
      
  | 
  friend | 
Definition at line 156 of file vtkCellTreeLocator.h.
      
  | 
  friend | 
Definition at line 157 of file vtkCellTreeLocator.h.
| std::vector<vtkCellTreeNode> vtkCellTreeLocator::vtkCellTree::Nodes | 
Definition at line 153 of file vtkCellTreeLocator.h.
| std::vector<unsigned int> vtkCellTreeLocator::vtkCellTree::Leaves | 
Definition at line 154 of file vtkCellTreeLocator.h.
| float vtkCellTreeLocator::vtkCellTree::DataBBox[6] | 
Definition at line 161 of file vtkCellTreeLocator.h.
 1.8.9.1