|
VTK
|
Iterate over one point of a dataset. More...
#include <vtkBridgePointIteratorOne.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 | InitWithOnePoint (vtkBridgeDataSet *ds, vtkIdType id) |
Public Member Functions inherited from vtkGenericPointIterator | |
Static Public Member Functions | |
| static vtkBridgePointIteratorOne * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkBridgePointIteratorOne * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkGenericPointIterator | |
| static int | IsTypeOf (const char *type) |
| static vtkGenericPointIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkBridgePointIteratorOne () | |
| virtual | ~vtkBridgePointIteratorOne () |
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 | Id |
| int | cIsAtEnd |
Iterate over one point of a dataset.
Definition at line 32 of file vtkBridgePointIteratorOne.h.
Definition at line 36 of file vtkBridgePointIteratorOne.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 vtkBridgePointIteratorOne::InitWithOnePoint | ( | vtkBridgeDataSet * | ds, |
| vtkIdType | id | ||
| ) |
Used internally by vtkBridgeDataSet. Iterate over one point of identifier `id' on dataset `ds'.
|
protected |
Definition at line 77 of file vtkBridgePointIteratorOne.h.
|
protected |
Definition at line 78 of file vtkBridgePointIteratorOne.h.
|
protected |
Definition at line 79 of file vtkBridgePointIteratorOne.h.
1.8.4