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

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

#include <vtkCellTreeLocator.h>

Public Attributes

std::vector< vtkCellTreeNodeNodes
 
std::vector< unsigned int > Leaves
 
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 161 of file vtkCellTreeLocator.h.

Friends And Related Function Documentation

◆ vtkCellPointTraversal

friend class vtkCellPointTraversal
friend

Definition at line 166 of file vtkCellTreeLocator.h.

◆ vtkCellTreeNode

friend class vtkCellTreeNode
friend

Definition at line 167 of file vtkCellTreeLocator.h.

◆ vtkCellTreeBuilder

friend class vtkCellTreeBuilder
friend

Definition at line 168 of file vtkCellTreeLocator.h.

Member Data Documentation

◆ Nodes

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

Definition at line 164 of file vtkCellTreeLocator.h.

◆ Leaves

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

Definition at line 165 of file vtkCellTreeLocator.h.

◆ DataBBox

float vtkCellTreeLocator::vtkCellTree::DataBBox[6]

Definition at line 172 of file vtkCellTreeLocator.h.


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