Implementation of vtkGenericPointIterator.
More...
#include <vtkBridgePointIteratorOnDataSet.h>
Inherits vtkGenericPointIterator.
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.
vtkBridgePointIteratorOnDataSet::vtkBridgePointIteratorOnDataSet |
( |
| ) |
|
|
protected |
virtual vtkBridgePointIteratorOnDataSet::~vtkBridgePointIteratorOnDataSet |
( |
| ) |
|
|
protectedvirtual |
static int vtkBridgePointIteratorOnDataSet::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBridgePointIteratorOnDataSet::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkBridgePointIteratorOnDataSet::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkBridgePointIteratorOnDataSet::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkBridgePointIteratorOnDataSet::Begin |
( |
| ) |
|
Move iterator to first position if any (loop initialization).
int vtkBridgePointIteratorOnDataSet::IsAtEnd |
( |
| ) |
|
Is there no point at iterator position? (exit condition).
void vtkBridgePointIteratorOnDataSet::Next |
( |
| ) |
|
Move iterator to next position. (loop progression).
- Precondition
- not_off: !IsAtEnd()
double* vtkBridgePointIteratorOnDataSet::GetPosition |
( |
| ) |
|
Point at iterator position.
- Precondition
- not_off: !IsAtEnd()
- Postcondition
- result_exists: result!=0
void vtkBridgePointIteratorOnDataSet::GetPosition |
( |
double |
x[3] | ) |
|
Point at iterator position.
- Precondition
- not_off: !IsAtEnd()
-
x_exists: x!=0
vtkIdType vtkBridgePointIteratorOnDataSet::GetId |
( |
| ) |
|
Unique identifier for the point, could be non-contiguous
- Precondition
- not_off: !IsAtEnd()
Used internally by vtkBridgeDataSet. Iterate over points of `ds'.
- Precondition
- ds_exists: ds!=0
vtkIdType vtkBridgePointIteratorOnDataSet::Id |
|
protected |
int vtkBridgePointIteratorOnDataSet::Size |
|
protected |
The documentation for this class was generated from the following file: