#include <vtkBridgePointIteratorOnDataSet.h>
Inheritance diagram for vtkBridgePointIteratorOnDataSet:
It is just an example that show how to implement the Generic. It is also used for testing and evaluating the Generic.
Definition at line 35 of file vtkBridgePointIteratorOnDataSet.h.
Public Types | |
typedef vtkGenericPointIterator | 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 | InitWithDataSet (vtkBridgeDataSet *ds) |
Static Public Member Functions | |
static vtkBridgePointIteratorOnDataSet * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgePointIteratorOnDataSet * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkBridgePointIteratorOnDataSet () | |
virtual | ~vtkBridgePointIteratorOnDataSet () |
Protected Attributes | |
vtkBridgeDataSet * | DataSet |
vtkIdType | Id |
int | Size |
|
Standard VTK construction and type macros. Reimplemented from vtkGenericPointIterator. Definition at line 39 of file vtkBridgePointIteratorOnDataSet.h. |
|
Default constructor. |
|
Destructor. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Standard VTK construction and type macros. Reimplemented from vtkGenericPointIterator. |
|
Standard VTK construction and type macros. Reimplemented from vtkGenericPointIterator. |
|
Standard VTK construction and type macros. Reimplemented from vtkGenericPointIterator. |
|
Standard VTK construction and type macros. Reimplemented from vtkGenericPointIterator. |
|
Standard VTK construction and type macros. Reimplemented from vtkGenericPointIterator. |
|
Move iterator to first position if any (loop initialization). Implements vtkGenericPointIterator. |
|
Is there no point at iterator position? (exit condition). Implements vtkGenericPointIterator. |
|
Move iterator to next position. (loop progression).
Implements vtkGenericPointIterator. |
|
Point at iterator position.
Implements vtkGenericPointIterator. |
|
Point at iterator position.
Implements vtkGenericPointIterator. |
|
Unique identifier for the point, could be non-contiguous
Implements vtkGenericPointIterator. |
|
Used internally by vtkBridgeDataSet. Iterate over points of `ds'.
|
|
Definition at line 75 of file vtkBridgePointIteratorOnDataSet.h. |
|
Definition at line 76 of file vtkBridgePointIteratorOnDataSet.h. |
|
Definition at line 77 of file vtkBridgePointIteratorOnDataSet.h. |