Iterate over one point of a dataset.
More...
#include <vtkBridgePointIteratorOne.h>
Inherits vtkGenericPointIterator.
Iterate over one point of a dataset.
- See Also
- vtkGenericPointIterator, vtkBridgeDataSet
- Tests:
- vtkBridgePointIteratorOne (Tests)
Definition at line 32 of file vtkBridgePointIteratorOne.h.
vtkBridgePointIteratorOne::vtkBridgePointIteratorOne |
( |
| ) |
|
|
protected |
virtual vtkBridgePointIteratorOne::~vtkBridgePointIteratorOne |
( |
| ) |
|
|
protectedvirtual |
static int vtkBridgePointIteratorOne::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBridgePointIteratorOne::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkBridgePointIteratorOne::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkBridgePointIteratorOne::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkBridgePointIteratorOne::Begin |
( |
| ) |
|
Move iterator to first position if any (loop initialization).
int vtkBridgePointIteratorOne::IsAtEnd |
( |
| ) |
|
Is there no point at iterator position? (exit condition).
void vtkBridgePointIteratorOne::Next |
( |
| ) |
|
Move iterator to next position. (loop progression).
- Precondition
- not_off: !IsAtEnd()
double* vtkBridgePointIteratorOne::GetPosition |
( |
| ) |
|
Point at iterator position.
- Precondition
- not_off: !IsAtEnd()
- Postcondition
- result_exists: result!=0
void vtkBridgePointIteratorOne::GetPosition |
( |
double |
x[3] | ) |
|
Point at iterator position.
- Precondition
- not_off: !IsAtEnd()
-
x_exists: x!=0
vtkIdType vtkBridgePointIteratorOne::GetId |
( |
| ) |
|
Unique identifier for the point, could be non-contiguous
- Precondition
- not_off: !IsAtEnd()
void vtkBridgePointIteratorOne::InitWithOnePoint |
( |
vtkBridgeDataSet * |
ds, |
|
|
vtkIdType |
id |
|
) |
| |
Used internally by vtkBridgeDataSet. Iterate over one point of identifier `id' on dataset `ds'.
- Precondition
- ds_can_be_null: ds!=0 || ds==0
-
valid_id: vtkImplies(ds!=0,(id>=0)&&(id<=ds->GetNumberOfCells()))
vtkIdType vtkBridgePointIteratorOne::Id |
|
protected |
int vtkBridgePointIteratorOne::cIsAtEnd |
|
protected |
The documentation for this class was generated from the following file: