| VTK
   
    | 
Iterate over one point of a dataset. More...
#include <vtkBridgePointIteratorOne.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 | InitWithOnePoint (vtkBridgeDataSet *ds, vtkIdType id) | 
| Static Public Member Functions | |
| static vtkBridgePointIteratorOne * | New () | 
| static int | IsTypeOf (const char *type) | 
| static vtkBridgePointIteratorOne * | SafeDownCast (vtkObject *o) | 
| Protected Member Functions | |
| vtkBridgePointIteratorOne () | |
| virtual | ~vtkBridgePointIteratorOne () | 
| Protected Attributes | |
| vtkBridgeDataSet * | DataSet | 
| vtkIdType | Id | 
| int | cIsAtEnd | 
Iterate over one point of a dataset.
Definition at line 32 of file vtkBridgePointIteratorOne.h.
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
Definition at line 36 of file vtkBridgePointIteratorOne.h.
| vtkBridgePointIteratorOne::vtkBridgePointIteratorOne | ( | ) |  [protected] | 
Default constructor.
| virtual vtkBridgePointIteratorOne::~vtkBridgePointIteratorOne | ( | ) |  [protected, virtual] | 
Destructor.
| static vtkBridgePointIteratorOne* vtkBridgePointIteratorOne::New | ( | ) |  [static] | 
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
| virtual const char* vtkBridgePointIteratorOne::GetClassName | ( | ) |  [virtual] | 
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
| static int vtkBridgePointIteratorOne::IsTypeOf | ( | const char * | type | ) |  [static] | 
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
| virtual int vtkBridgePointIteratorOne::IsA | ( | const char * | type | ) |  [virtual] | 
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
| static vtkBridgePointIteratorOne* vtkBridgePointIteratorOne::SafeDownCast | ( | vtkObject * | o | ) |  [static] | 
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
| void vtkBridgePointIteratorOne::PrintSelf | ( | ostream & | os, | 
| vtkIndent | indent | ||
| ) |  [virtual] | 
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
| void vtkBridgePointIteratorOne::Begin | ( | ) |  [virtual] | 
Move iterator to first position if any (loop initialization).
Implements vtkGenericPointIterator.
| int vtkBridgePointIteratorOne::IsAtEnd | ( | ) |  [virtual] | 
Is there no point at iterator position? (exit condition).
Implements vtkGenericPointIterator.
| void vtkBridgePointIteratorOne::Next | ( | ) |  [virtual] | 
Move iterator to next position. (loop progression).
Implements vtkGenericPointIterator.
| double* vtkBridgePointIteratorOne::GetPosition | ( | ) |  [virtual] | 
Point at iterator position.
Implements vtkGenericPointIterator.
| void vtkBridgePointIteratorOne::GetPosition | ( | double | x[3] | ) |  [virtual] | 
Point at iterator position.
Implements vtkGenericPointIterator.
| vtkIdType vtkBridgePointIteratorOne::GetId | ( | ) |  [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'.
| vtkBridgeDataSet* vtkBridgePointIteratorOne::DataSet  [protected] | 
Definition at line 77 of file vtkBridgePointIteratorOne.h.
| vtkIdType vtkBridgePointIteratorOne::Id  [protected] | 
Definition at line 78 of file vtkBridgePointIteratorOne.h.
| int vtkBridgePointIteratorOne::cIsAtEnd  [protected] | 
Definition at line 79 of file vtkBridgePointIteratorOne.h.
 1.7.5.1
 1.7.5.1