VTK
|
Iterate over one cell only of a dataset. More...
#include <vtkBridgeCellIteratorOne.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 | InitWithOneCell (vtkBridgeCell *c) |
void | InitWithOneCell (vtkBridgeDataSet *ds, vtkIdType cellid) |
void | InitWithPoints (vtkPoints *coords, vtkIdList *pts, int dim, vtkIdType cellid) |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkGenericAdaptorCell * | NewCell () |
![]() |
Static Public Member Functions | |
static vtkBridgeCellIteratorOne * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgeCellIteratorOne * | 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 | |
vtkBridgeCellIteratorOne () | |
virtual | ~vtkBridgeCellIteratorOne () |
![]() | |
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 | |
int | cIsAtEnd |
vtkBridgeDataSet * | DataSet |
vtkIdType | Id |
vtkBridgeCell * | Cell |
vtkCell * | InternalCell |
Iterate over one cell only of a dataset.
Definition at line 36 of file vtkBridgeCellIteratorOne.h.
Definition at line 41 of file vtkBridgeCellIteratorOne.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 vtkBridgeCellIteratorOne::InitWithOneCell | ( | vtkBridgeDataSet * | ds, |
vtkIdType | cellid | ||
) |
Used internally by vtkBridgeDataSet. Iterate on one cell `id' of `ds'.
void vtkBridgeCellIteratorOne::InitWithOneCell | ( | vtkBridgeCell * | c) |
Used internally by vtkBridgeCell. Iterate on one cell `c'.
void vtkBridgeCellIteratorOne::InitWithPoints | ( | vtkPoints * | coords, |
vtkIdList * | pts, | ||
int | dim, | ||
vtkIdType | cellid | ||
) |
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.
|
protected |
Definition at line 90 of file vtkBridgeCellIteratorOne.h.
|
protected |
Definition at line 91 of file vtkBridgeCellIteratorOne.h.
|
protected |
Definition at line 92 of file vtkBridgeCellIteratorOne.h.
|
protected |
Definition at line 93 of file vtkBridgeCellIteratorOne.h.
|
protected |
Definition at line 94 of file vtkBridgeCellIteratorOne.h.