Iterate over one point of a dataset.
More...
#include <vtkBridgePointIteratorOne.h>
Detailed Description
Member Typedef Documentation
Constructor & Destructor Documentation
vtkBridgePointIteratorOne::vtkBridgePointIteratorOne |
( |
| ) |
|
|
protected |
virtual vtkBridgePointIteratorOne::~vtkBridgePointIteratorOne |
( |
| ) |
|
|
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* vtkBridgePointIteratorOne::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkBridgePointIteratorOne::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBridgePointIteratorOne::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkBridgePointIteratorOne::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
void vtkBridgePointIteratorOne::Begin |
( |
| ) |
|
|
virtual |
int vtkBridgePointIteratorOne::IsAtEnd |
( |
| ) |
|
|
virtual |
void vtkBridgePointIteratorOne::Next |
( |
| ) |
|
|
virtual |
Move iterator to next position. (loop progression).
- Precondition
- not_off: !IsAtEnd()
Implements vtkGenericPointIterator.
double* vtkBridgePointIteratorOne::GetPosition |
( |
| ) |
|
|
virtual |
Point at iterator position.
- Precondition
- not_off: !IsAtEnd()
- Postcondition
- result_exists: result!=0
Implements vtkGenericPointIterator.
void vtkBridgePointIteratorOne::GetPosition |
( |
double |
x[3] | ) |
|
|
virtual |
vtkIdType vtkBridgePointIteratorOne::GetId |
( |
| ) |
|
|
virtual |
Unique identifier for the point, could be non-contiguous
- Precondition
- not_off: !IsAtEnd()
Implements vtkGenericPointIterator.
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()))
Member Data Documentation
int vtkBridgePointIteratorOne::cIsAtEnd |
|
protected |
The documentation for this class was generated from the following file: