VTK
|
Implementation of vtkGenericPointIterator. More...
#include <vtkBridgePointIteratorOnDataSet.h>
Public Types | |
typedef vtkGenericPointIterator | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkBridgePointIteratorOnDataSet * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkBridgePointIteratorOnDataSet () | |
virtual | ~vtkBridgePointIteratorOnDataSet () |
Protected Attributes | |
vtkBridgeDataSet * | DataSet |
vtkIdType | Id |
int | Size |
Implementation of vtkGenericPointIterator.
It iterates over the points of a dataset (can be corner points of cells or isolated points)
Definition at line 35 of file vtkBridgePointIteratorOnDataSet.h.
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
Definition at line 39 of file vtkBridgePointIteratorOnDataSet.h.
vtkBridgePointIteratorOnDataSet::vtkBridgePointIteratorOnDataSet | ( | ) | [protected] |
Default constructor.
virtual vtkBridgePointIteratorOnDataSet::~vtkBridgePointIteratorOnDataSet | ( | ) | [protected, virtual] |
Destructor.
static vtkBridgePointIteratorOnDataSet* vtkBridgePointIteratorOnDataSet::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkBridgePointIteratorOnDataSet::IsTypeOf | ( | const char * | type | ) | [static] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
virtual int vtkBridgePointIteratorOnDataSet::IsA | ( | const char * | type | ) | [virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
static vtkBridgePointIteratorOnDataSet* vtkBridgePointIteratorOnDataSet::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
virtual vtkObjectBase* vtkBridgePointIteratorOnDataSet::NewInstanceInternal | ( | ) | const [protected, virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
void vtkBridgePointIteratorOnDataSet::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
void vtkBridgePointIteratorOnDataSet::Begin | ( | ) | [virtual] |
Move iterator to first position if any (loop initialization).
Implements vtkGenericPointIterator.
int vtkBridgePointIteratorOnDataSet::IsAtEnd | ( | ) | [virtual] |
Is there no point at iterator position? (exit condition).
Implements vtkGenericPointIterator.
void vtkBridgePointIteratorOnDataSet::Next | ( | ) | [virtual] |
Move iterator to next position. (loop progression).
Implements vtkGenericPointIterator.
double* vtkBridgePointIteratorOnDataSet::GetPosition | ( | ) | [virtual] |
Point at iterator position.
Implements vtkGenericPointIterator.
void vtkBridgePointIteratorOnDataSet::GetPosition | ( | double | x[3] | ) | [virtual] |
Point at iterator position.
Implements vtkGenericPointIterator.
vtkIdType vtkBridgePointIteratorOnDataSet::GetId | ( | ) | [virtual] |
Unique identifier for the point, could be non-contiguous
Implements vtkGenericPointIterator.
Used internally by vtkBridgeDataSet. Iterate over points of `ds'.
vtkBridgeDataSet* vtkBridgePointIteratorOnDataSet::DataSet [protected] |
Definition at line 75 of file vtkBridgePointIteratorOnDataSet.h.
vtkIdType vtkBridgePointIteratorOnDataSet::Id [protected] |
Definition at line 76 of file vtkBridgePointIteratorOnDataSet.h.
int vtkBridgePointIteratorOnDataSet::Size [protected] |
Definition at line 77 of file vtkBridgePointIteratorOnDataSet.h.