VTK  9.4.20241130
Public Attributes | List of all members
vtkCellGridToUnstructuredGrid::Query::OutputAllocation Struct Reference

A placeholder for space to be occupied in a vtkCellArray. More...

#include <vtkCellGridToUnstructuredGrid.h>

Public Attributes

int CellType { VTK_EMPTY_CELL }
 
vtkIdType NumberOfCells { 0 }
 
vtkIdType NumberOfConnectivityEntries { 0 }
 
vtkIdType CellOffset { 0 }
 
vtkIdType ConnOffset { 0 }
 

Detailed Description

A placeholder for space to be occupied in a vtkCellArray.

Definition at line 56 of file vtkCellGridToUnstructuredGrid.h.

Member Data Documentation

◆ CellType

int vtkCellGridToUnstructuredGrid::Query::OutputAllocation::CellType { VTK_EMPTY_CELL }

Definition at line 58 of file vtkCellGridToUnstructuredGrid.h.

◆ NumberOfCells

vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::NumberOfCells { 0 }

Definition at line 59 of file vtkCellGridToUnstructuredGrid.h.

◆ NumberOfConnectivityEntries

vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::NumberOfConnectivityEntries { 0 }

Definition at line 60 of file vtkCellGridToUnstructuredGrid.h.

◆ CellOffset

vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::CellOffset { 0 }

Definition at line 61 of file vtkCellGridToUnstructuredGrid.h.

◆ ConnOffset

vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::ConnOffset { 0 }

Definition at line 62 of file vtkCellGridToUnstructuredGrid.h.


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