|
VTK
|
Iterate over a list of cells defined on a dataset. See InitWithCells(). More...
#include <vtkBridgeCellIteratorOnCellList.h>
Public Types | |
| typedef vtkBridgeCellIteratorStrategy | Superclass |
Public Types inherited from vtkBridgeCellIteratorStrategy | |
| typedef vtkGenericCellIterator | Superclass |
Public Types inherited from vtkGenericCellIterator | |
| typedef vtkObject | 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) |
Public Member Functions inherited from vtkBridgeCellIteratorStrategy | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkGenericAdaptorCell * | NewCell () |
Public Member Functions inherited from vtkGenericCellIterator | |
Static Public Member Functions | |
| static vtkBridgeCellIteratorOnCellList * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkBridgeCellIteratorOnCellList * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkBridgeCellIteratorStrategy | |
| static int | IsTypeOf (const char *type) |
| static vtkBridgeCellIteratorStrategy * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkGenericCellIterator | |
| static int | IsTypeOf (const char *type) |
| static vtkGenericCellIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkBridgeCellIteratorOnCellList () | |
| virtual | ~vtkBridgeCellIteratorOnCellList () |
Protected Member Functions inherited from vtkBridgeCellIteratorStrategy | |
| vtkBridgeCellIteratorStrategy () | |
| virtual | ~vtkBridgeCellIteratorStrategy () |
Protected Member Functions inherited from vtkGenericCellIterator | |
| vtkGenericCellIterator () | |
| virtual | ~vtkGenericCellIterator () |
Protected Member Functions inherited from vtkObject | |
| vtkObject () | |
| virtual | ~vtkObject () |
| virtual void | RegisterInternal (vtkObjectBase *, int check) |
| virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| void | InternalReleaseFocus () |
Protected Member Functions inherited from vtkObjectBase | |
| vtkObjectBase () | |
| virtual | ~vtkObjectBase () |
| virtual void | CollectRevisions (ostream &os) |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| vtkObjectBase (const vtkObjectBase &) | |
| void | operator= (const vtkObjectBase &) |
Protected Attributes | |
| vtkIdList * | Cells |
| vtkBridgeDataSet * | DataSet |
| vtkIdType | Id |
| vtkBridgeCell * | Cell |
Iterate over a list of cells defined on a dataset. See InitWithCells().
Definition at line 35 of file vtkBridgeCellIteratorOnCellList.h.
Definition at line 40 of file vtkBridgeCellIteratorOnCellList.h.
|
protected |
|
protectedvirtual |
|
static |
|
virtual |
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
|
static |
|
virtual |
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
|
static |
|
virtual |
Standard VTK construction and type macros.
Reimplemented from vtkGenericCellIterator.
|
virtual |
Move iterator to first position if any (loop initialization).
Implements vtkGenericCellIterator.
|
virtual |
Is there no cell at iterator position? (exit condition).
Implements vtkGenericCellIterator.
|
virtual |
Cell at current position
Implements vtkGenericCellIterator.
|
virtual |
Cell at current position. NOT THREAD SAFE
Implements vtkGenericCellIterator.
|
virtual |
Move iterator to next position. (loop progression).
Implements vtkGenericCellIterator.
| void vtkBridgeCellIteratorOnCellList::InitWithCells | ( | vtkIdList * | cells, |
| vtkBridgeDataSet * | ds | ||
| ) |
Used internally by vtkBridgeCell. Iterate on neighbors defined by `cells' over the dataset `ds'.
|
protected |
Definition at line 73 of file vtkBridgeCellIteratorOnCellList.h.
|
protected |
Definition at line 74 of file vtkBridgeCellIteratorOnCellList.h.
|
protected |
Definition at line 75 of file vtkBridgeCellIteratorOnCellList.h.
|
protected |
Definition at line 76 of file vtkBridgeCellIteratorOnCellList.h.
1.8.4