VTK  9.1.0
Public Attributes | List of all members
vtkKdTree::_cellList Struct Reference

#include <vtkKdTree.h>

Collaboration diagram for vtkKdTree::_cellList:
[legend]

Public Attributes

vtkDataSetdataSet
 
int * regionIds
 
int nRegions
 
vtkIdList ** cells
 
vtkIdList ** boundaryCells
 
vtkIdListemptyList
 

Detailed Description

Definition at line 842 of file vtkKdTree.h.

Member Data Documentation

◆ dataSet

vtkDataSet* vtkKdTree::_cellList::dataSet

Definition at line 844 of file vtkKdTree.h.

◆ regionIds

int* vtkKdTree::_cellList::regionIds

Definition at line 845 of file vtkKdTree.h.

◆ nRegions

int vtkKdTree::_cellList::nRegions

Definition at line 846 of file vtkKdTree.h.

◆ cells

vtkIdList** vtkKdTree::_cellList::cells

Definition at line 847 of file vtkKdTree.h.

◆ boundaryCells

vtkIdList** vtkKdTree::_cellList::boundaryCells

Definition at line 848 of file vtkKdTree.h.

◆ emptyList

vtkIdList* vtkKdTree::_cellList::emptyList

Definition at line 849 of file vtkKdTree.h.


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