VTK
|
Iterate over a list of cells defined on a dataset. See InitWithCells(). More...
#include <vtkBridgeCellIteratorOnCellList.h>
Public Types | |
typedef vtkBridgeCellIteratorStrategy | Superclass |
![]() | |
typedef vtkGenericCellIterator | Superclass |
![]() | |
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) |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkGenericAdaptorCell * | NewCell () |
![]() |
Static Public Member Functions | |
static vtkBridgeCellIteratorOnCellList * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgeCellIteratorOnCellList * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkBridgeCellIteratorStrategy * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkGenericCellIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkBridgeCellIteratorOnCellList () | |
virtual | ~vtkBridgeCellIteratorOnCellList () |
![]() | |
vtkBridgeCellIteratorStrategy () | |
virtual | ~vtkBridgeCellIteratorStrategy () |
![]() | |
vtkGenericCellIterator () | |
virtual | ~vtkGenericCellIterator () |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
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.