|
VTK
|
Implementation of vtkGenericPointIterator. More...
#include <vtkBridgePointIteratorOnCell.h>
Public Types | |
| typedef vtkGenericPointIterator | Superclass |
Public Types inherited from vtkGenericPointIterator | |
| 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 | Next () |
| double * | GetPosition () |
| void | GetPosition (double x[3]) |
| vtkIdType | GetId () |
| void | InitWithCell (vtkBridgeCell *cell) |
Public Member Functions inherited from vtkGenericPointIterator | |
Static Public Member Functions | |
| static vtkBridgePointIteratorOnCell * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkBridgePointIteratorOnCell * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkGenericPointIterator | |
| static int | IsTypeOf (const char *type) |
| static vtkGenericPointIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkBridgePointIteratorOnCell () | |
| virtual | ~vtkBridgePointIteratorOnCell () |
Protected Member Functions inherited from vtkGenericPointIterator | |
| vtkGenericPointIterator () | |
| virtual | ~vtkGenericPointIterator () |
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 | |
| vtkBridgeDataSet * | DataSet |
| vtkIdType | Cursor |
| vtkIdList * | PtIds |
Implementation of vtkGenericPointIterator.
It iterates over the corner points of a cell.
Definition at line 36 of file vtkBridgePointIteratorOnCell.h.
Definition at line 40 of file vtkBridgePointIteratorOnCell.h.
|
protected |
Default constructor.
|
protectedvirtual |
Destructor.
|
static |
|
virtual |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
|
static |
|
virtual |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
|
static |
|
virtual |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
|
virtual |
Move iterator to first position if any (loop initialization).
Implements vtkGenericPointIterator.
|
virtual |
Is there no point at iterator position? (exit condition).
Implements vtkGenericPointIterator.
|
virtual |
Move iterator to next position. (loop progression).
Implements vtkGenericPointIterator.
|
virtual |
Point at iterator position.
Implements vtkGenericPointIterator.
|
virtual |
Point at iterator position.
Implements vtkGenericPointIterator.
|
virtual |
Unique identifier for the point, could be non-contiguous
Implements vtkGenericPointIterator.
| void vtkBridgePointIteratorOnCell::InitWithCell | ( | vtkBridgeCell * | cell) |
The iterator will iterate over the point of a cell
|
protected |
Definition at line 76 of file vtkBridgePointIteratorOnCell.h.
|
protected |
Definition at line 77 of file vtkBridgePointIteratorOnCell.h.
|
protected |
Definition at line 79 of file vtkBridgePointIteratorOnCell.h.
1.8.4