|
VTK
|
#include "vtkCommonDataModelModule.h"#include "vtkObject.h"#include "vtkNew.h"#include "vtkIdList.h"

Go to the source code of this file.
Classes | |
| class | vtkCellIterator |
| Efficient cell iterator for vtkDataSet topologies. More... | |
Defines | |
| #define | vtkCellIterator_h |
Functions | |
| it | GetCell (cell) |
| it | Delete () |
| ~The example above pulls in bits of information as needed to filter out cells that aren t relevent The least expensive lookups are performed | first (cell type, then point ids, then points/full cell) to prevent wasted cycles fetching unnecessary data.Also note that at the end of the loop |
Variables | |
| vtkIdList * | pointIds = it->GetPointIds() |
| vtkPoints * | points = it->GetPoints() |
| vtkGenericCell * | cell = ... |
| ~The example above pulls in bits of information as needed to filter out cells that aren t relevent The least expensive lookups are performed the iterator must be deleted as these iterators are vtkObject subclasses par | Tests |
| #define vtkCellIterator_h |
| it Delete | ( | ) |
| ~ The example above pulls in bits of information as needed to filter out cells that aren t relevent The least expensive lookups are performed first | ( | cell | type, |
| then point | ids, | ||
| then points/full | cell | ||
| ) |
Definition at line 42 of file vtkCellIterator.h.
Definition at line 46 of file vtkCellIterator.h.
| vtkGenericCell* cell = ... |
Definition at line 49 of file vtkCellIterator.h.
| ~ The example above pulls in bits of information as needed to filter out cells that aren t relevent The least expensive lookups are performed the iterator must be deleted as these iterators are vtkObject subclasses par Tests |
Definition at line 75 of file vtkCellIterator.h.
1.8.0