#include <vtkBridgeCellIteratorOnDataSet.h>
Inheritance diagram for vtkBridgeCellIteratorOnDataSet:
Definition at line 34 of file vtkBridgeCellIteratorOnDataSet.h.
Public Types | |
typedef vtkBridgeCellIteratorStrategy | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Begin () |
int | IsAtEnd () |
void | GetCell (vtkGenericAdaptorCell *c) |
vtkGenericAdaptorCell * | GetCell () |
void | Next () |
void | InitWithDataSet (vtkBridgeDataSet *ds, int dim) |
Static Public Member Functions | |
static vtkBridgeCellIteratorOnDataSet * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgeCellIteratorOnDataSet * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkBridgeCellIteratorOnDataSet () | |
virtual | ~vtkBridgeCellIteratorOnDataSet () |
Protected Attributes | |
int | Dim |
vtkBridgeDataSet * | DataSet |
vtkIdType | Id |
vtkIdType | Size |
vtkBridgeCell * | Cell |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. Definition at line 39 of file vtkBridgeCellIteratorOnDataSet.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Move iterator to first position if any (loop initialization). Implements vtkGenericCellIterator. |
|
Is there no cell at iterator position? (exit condition). Implements vtkGenericCellIterator. |
|
Cell at current position
Implements vtkGenericCellIterator. |
|
Cell at current position. NOT THREAD SAFE
Implements vtkGenericCellIterator. |
|
Move iterator to next position. (loop progression).
Implements vtkGenericCellIterator. |
|
Used internally by vtkBridgeDataSet. Iterate over cells of `ds' of some dimension `dim'.
|
|
Definition at line 72 of file vtkBridgeCellIteratorOnDataSet.h. |
|
Definition at line 74 of file vtkBridgeCellIteratorOnDataSet.h. |
|
Definition at line 75 of file vtkBridgeCellIteratorOnDataSet.h. |
|
Definition at line 76 of file vtkBridgeCellIteratorOnDataSet.h. |
|
Definition at line 77 of file vtkBridgeCellIteratorOnDataSet.h. |