VTK  9.3.20240329
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 830 of file vtkKdTree.h.

Member Data Documentation

◆ dataSet

vtkDataSet* vtkKdTree::cellList_::dataSet

Definition at line 832 of file vtkKdTree.h.

◆ regionIds

int* vtkKdTree::cellList_::regionIds

Definition at line 833 of file vtkKdTree.h.

◆ nRegions

int vtkKdTree::cellList_::nRegions

Definition at line 834 of file vtkKdTree.h.

◆ cells

vtkIdList** vtkKdTree::cellList_::cells

Definition at line 835 of file vtkKdTree.h.

◆ boundaryCells

vtkIdList** vtkKdTree::cellList_::boundaryCells

Definition at line 836 of file vtkKdTree.h.

◆ emptyList

vtkIdList* vtkKdTree::cellList_::emptyList

Definition at line 837 of file vtkKdTree.h.


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