Implementation of vtkGenericPointIterator.
More...
#include <vtkBridgePointIteratorOnDataSet.h>
Detailed Description
Implementation of vtkGenericPointIterator.
It iterates over the points of a dataset (can be corner points of cells or isolated points)
- See Also
- vtkGenericPointIterator, vtkBridgeDataSet
- Tests:
- vtkBridgePointIteratorOnDataSet (Tests)
Definition at line 35 of file vtkBridgePointIteratorOnDataSet.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkBridgePointIteratorOnDataSet::vtkBridgePointIteratorOnDataSet |
( |
| ) |
|
|
protected |
virtual vtkBridgePointIteratorOnDataSet::~vtkBridgePointIteratorOnDataSet |
( |
| ) |
|
|
protectedvirtual |
Member Function Documentation
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkBridgePointIteratorOnDataSet::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkBridgePointIteratorOnDataSet::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBridgePointIteratorOnDataSet::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkBridgePointIteratorOnDataSet::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
void vtkBridgePointIteratorOnDataSet::Begin |
( |
| ) |
|
|
virtual |
int vtkBridgePointIteratorOnDataSet::IsAtEnd |
( |
| ) |
|
|
virtual |
void vtkBridgePointIteratorOnDataSet::Next |
( |
| ) |
|
|
virtual |
Move iterator to next position. (loop progression).
- Precondition
- not_off: !IsAtEnd()
Implements vtkGenericPointIterator.
double* vtkBridgePointIteratorOnDataSet::GetPosition |
( |
| ) |
|
|
virtual |
Point at iterator position.
- Precondition
- not_off: !IsAtEnd()
- Postcondition
- result_exists: result!=0
Implements vtkGenericPointIterator.
void vtkBridgePointIteratorOnDataSet::GetPosition |
( |
double |
x[3] | ) |
|
|
virtual |
vtkIdType vtkBridgePointIteratorOnDataSet::GetId |
( |
| ) |
|
|
virtual |
Unique identifier for the point, could be non-contiguous
- Precondition
- not_off: !IsAtEnd()
Implements vtkGenericPointIterator.
Used internally by vtkBridgeDataSet. Iterate over points of `ds'.
- Precondition
- ds_exists: ds!=0
Member Data Documentation
vtkIdType vtkBridgePointIteratorOnDataSet::Id |
|
protected |
int vtkBridgePointIteratorOnDataSet::Size |
|
protected |
The documentation for this class was generated from the following file: