 |
VTK
9.0.1
|
Go to the documentation of this file.
21 #ifndef vtkUnstructuredGridCellIterator_h
22 #define vtkUnstructuredGridCellIterator_h
25 #include "vtkCommonDataModelModule.h"
70 #endif // vtkUnstructuredGridCellIterator_h
represent and manipulate 3D points
~vtkUnstructuredGridCellIterator() override
vtkIdType GetCellId() override
Get the id of the current cell.
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
vtkSmartPointer< vtkIdTypeArray > FaceConn
vtkUnstructuredGridCellIterator()
vtkSmartPointer< vtkIdTypeArray > FaceLocs
Encapsulate traversal logic for vtkCellArray.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSmartPointer< vtkUnsignedCharArray > Types
static vtkUnstructuredGridCellIterator * New()
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
Returns false while the iterator is valid.
vtkSmartPointer< vtkCellArrayIterator > Cells
dataset represents arbitrary combinations of all possible cell types
Efficient cell iterator for vtkDataSet topologies.