 |
VTK
9.1.0
|
Go to the documentation of this file.
21 #ifndef vtkUnstructuredGridCellIterator_h
22 #define vtkUnstructuredGridCellIterator_h
26 #include "vtkCommonDataModelModule.h"
88 #endif // vtkUnstructuredGridCellIterator_h
represent and manipulate 3D points
~vtkUnstructuredGridCellIterator() override
vtkIdType GetCellId() override
Override superclass methods.
void IncrementToNextCell() override
Update internal state to point to the next cell.
vtkSmartPointer< vtkPoints > Coords
void FetchPointIds() override
Lookup the cell point ids in the data set and store them in this->PointIds.
void FetchCellType() override
Lookup the cell type in the data set and store it in this->CellType.
void FetchFaces() override
Lookup the cell faces in the data set and store them in this->Faces.
dynamic, self-adjusting array of unsigned char
void GoToCell(vtkIdType cellId)
A method used to provide random access into cells.
vtkSmartPointer< vtkIdTypeArray > FaceConn
vtkUnstructuredGridCellIterator()
vtkSmartPointer< vtkIdTypeArray > FaceLocs
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
vtkSmartPointer< vtkUnsignedCharArray > Types
static vtkUnstructuredGridCellIterator * New()
Standard methods for instantiation, type information, and printing.
Implementation of vtkCellIterator specialized for vtkUnstructuredGrid.
a simple class to control print indentation
object to represent cell connectivity
void FetchPoints() override
Lookup the cell points in the data set and store them in this->Points.
void SetUnstructuredGrid(vtkUnstructuredGrid *ug)
dynamic, self-adjusting array of vtkIdType
void ResetToFirstCell() override
Update internal state to point to the first cell.
bool IsDoneWithTraversal() override
Override superclass methods.
vtkSmartPointer< vtkCellArrayIterator > Cells
dataset represents arbitrary combinations of all possible cell types
Efficient cell iterator for vtkDataSet topologies.