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