#include <vtkBridgeCellIteratorOnCellList.h>
Inheritance diagram for vtkBridgeCellIteratorOnCellList:
Definition at line 33 of file vtkBridgeCellIteratorOnCellList.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 | InitWithCells (vtkIdList *cells, vtkBridgeDataSet *ds) |
Static Public Member Functions | |
static vtkBridgeCellIteratorOnCellList * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgeCellIteratorOnCellList * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkBridgeCellIteratorOnCellList () | |
virtual | ~vtkBridgeCellIteratorOnCellList () |
Protected Attributes | |
vtkIdList * | Cells |
vtkBridgeDataSet * | DataSet |
vtkIdType | Id |
vtkBridgeCell * | Cell |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. Definition at line 38 of file vtkBridgeCellIteratorOnCellList.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 vtkBridgeCell. Iterate on neighbors defined by `cells' over the dataset `ds'.
|
|
Definition at line 71 of file vtkBridgeCellIteratorOnCellList.h. |
|
Definition at line 72 of file vtkBridgeCellIteratorOnCellList.h. |
|
Definition at line 73 of file vtkBridgeCellIteratorOnCellList.h. |
|
Definition at line 74 of file vtkBridgeCellIteratorOnCellList.h. |