VTK  9.0.1
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 783 of file vtkKdTree.h.

Member Data Documentation

◆ dataSet

vtkDataSet* vtkKdTree::_cellList::dataSet

Definition at line 785 of file vtkKdTree.h.

◆ regionIds

int* vtkKdTree::_cellList::regionIds

Definition at line 786 of file vtkKdTree.h.

◆ nRegions

int vtkKdTree::_cellList::nRegions

Definition at line 787 of file vtkKdTree.h.

◆ cells

vtkIdList** vtkKdTree::_cellList::cells

Definition at line 788 of file vtkKdTree.h.

◆ boundaryCells

vtkIdList** vtkKdTree::_cellList::boundaryCells

Definition at line 789 of file vtkKdTree.h.

◆ emptyList

vtkIdList* vtkKdTree::_cellList::emptyList

Definition at line 790 of file vtkKdTree.h.


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