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 848 of file vtkKdTree.h.

Member Data Documentation

◆ dataSet

vtkDataSet* vtkKdTree::_cellList::dataSet

Definition at line 850 of file vtkKdTree.h.

◆ regionIds

int* vtkKdTree::_cellList::regionIds

Definition at line 851 of file vtkKdTree.h.

◆ nRegions

int vtkKdTree::_cellList::nRegions

Definition at line 852 of file vtkKdTree.h.

◆ cells

vtkIdList** vtkKdTree::_cellList::cells

Definition at line 853 of file vtkKdTree.h.

◆ boundaryCells

vtkIdList** vtkKdTree::_cellList::boundaryCells

Definition at line 854 of file vtkKdTree.h.

◆ emptyList

vtkIdList* vtkKdTree::_cellList::emptyList

Definition at line 855 of file vtkKdTree.h.


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