VTK  9.7.20260912
vtkCellGridToUnstructuredGrid::Query::OutputAllocation Struct Reference

#include <vtkCellGridToUnstructuredGrid.h>

Detailed Description

A placeholder for space to be occupied in a vtkCellArray.

Definition at line 71 of file vtkCellGridToUnstructuredGrid.h.

Public Attributes

int CellType { VTK_EMPTY_CELL }
 A cell type representative of the output.
vtkIdType NumberOfCells { 0 }
vtkIdType NumberOfConnectivityEntries { 0 }
vtkIdType CellOffset { 0 }
vtkIdType ConnOffset { 0 }

Member Data Documentation

◆ CellType

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

A cell type representative of the output.

This is only indicative. A responder subdividing a cell may emit more than one type, since pyramids also produce tetrahedra, and a responder transcribing the sides of a cell emits the type of the side.

Definition at line 78 of file vtkCellGridToUnstructuredGrid.h.

◆ NumberOfCells

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

Definition at line 79 of file vtkCellGridToUnstructuredGrid.h.

◆ NumberOfConnectivityEntries

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

Definition at line 80 of file vtkCellGridToUnstructuredGrid.h.

◆ CellOffset

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

Definition at line 81 of file vtkCellGridToUnstructuredGrid.h.

◆ ConnOffset

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

Definition at line 82 of file vtkCellGridToUnstructuredGrid.h.


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