#include <vtkBridgeCellIteratorOne.h>
Inheritance diagram for vtkBridgeCellIteratorOne:


Definition at line 36 of file vtkBridgeCellIteratorOne.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 | InitWithOneCell (vtkBridgeDataSet *ds, vtkIdType cellid) |
| void | InitWithOneCell (vtkBridgeCell *c) |
| void | InitWithPoints (vtkPoints *coords, vtkIdList *pts, int dim, vtkIdType cellid) |
Static Public Member Functions | |
| static vtkBridgeCellIteratorOne * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkBridgeCellIteratorOne * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkBridgeCellIteratorOne () | |
| virtual | ~vtkBridgeCellIteratorOne () |
Protected Attributes | |
| int | cIsAtEnd |
| vtkBridgeDataSet * | DataSet |
| vtkIdType | Id |
| vtkBridgeCell * | Cell |
| vtkCell * | InternalCell |
|
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. Definition at line 41 of file vtkBridgeCellIteratorOne.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 on one cell `id' of `ds'.
|
|
|
Used internally by vtkBridgeCell. Iterate on one cell `c'.
|
|
||||||||||||||||||||
|
Used internally by vtkBridgeCell. Iterate on a boundary cell (defined by its points `pts' with coordinates `coords', dimension `dim' and unique id `cellid') of a cell.
|
|
|
Definition at line 90 of file vtkBridgeCellIteratorOne.h. |
|
|
Definition at line 91 of file vtkBridgeCellIteratorOne.h. |
|
|
Definition at line 92 of file vtkBridgeCellIteratorOne.h. |
|
|
Definition at line 93 of file vtkBridgeCellIteratorOne.h. |
|
|
Definition at line 94 of file vtkBridgeCellIteratorOne.h. |
1.4.3-20050530