|
VTK
9.7.20260912
|
#include <vtkCellGridToUnstructuredGrid.h>
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 } |
| 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.
| vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::NumberOfCells { 0 } |
Definition at line 79 of file vtkCellGridToUnstructuredGrid.h.
| vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::NumberOfConnectivityEntries { 0 } |
Definition at line 80 of file vtkCellGridToUnstructuredGrid.h.
| vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::CellOffset { 0 } |
Definition at line 81 of file vtkCellGridToUnstructuredGrid.h.
| vtkIdType vtkCellGridToUnstructuredGrid::Query::OutputAllocation::ConnOffset { 0 } |
Definition at line 82 of file vtkCellGridToUnstructuredGrid.h.