VTK
|
Implementation of vtkGenericPointIterator. More...
#include <vtkBridgePointIteratorOnCell.h>
Public Types | |
typedef vtkGenericPointIterator | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkBridgePointIteratorOnCell * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Begin () |
int | IsAtEnd () |
void | Next () |
double * | GetPosition () |
void | GetPosition (double x[3]) |
vtkIdType | GetId () |
void | InitWithCell (vtkBridgeCell *cell) |
Static Public Member Functions | |
static vtkBridgePointIteratorOnCell * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgePointIteratorOnCell * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkBridgePointIteratorOnCell () | |
virtual | ~vtkBridgePointIteratorOnCell () |
Protected Attributes | |
vtkBridgeDataSet * | DataSet |
vtkIdType | Cursor |
vtkIdList * | PtIds |
Implementation of vtkGenericPointIterator.
It iterates over the corner points of a cell.
Definition at line 36 of file vtkBridgePointIteratorOnCell.h.
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
Definition at line 40 of file vtkBridgePointIteratorOnCell.h.
vtkBridgePointIteratorOnCell::vtkBridgePointIteratorOnCell | ( | ) | [protected] |
Default constructor.
virtual vtkBridgePointIteratorOnCell::~vtkBridgePointIteratorOnCell | ( | ) | [protected, virtual] |
Destructor.
static vtkBridgePointIteratorOnCell* vtkBridgePointIteratorOnCell::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkBridgePointIteratorOnCell::IsTypeOf | ( | const char * | type | ) | [static] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
virtual int vtkBridgePointIteratorOnCell::IsA | ( | const char * | type | ) | [virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
static vtkBridgePointIteratorOnCell* vtkBridgePointIteratorOnCell::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
virtual vtkObjectBase* vtkBridgePointIteratorOnCell::NewInstanceInternal | ( | ) | const [protected, virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
void vtkBridgePointIteratorOnCell::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkGenericPointIterator.
void vtkBridgePointIteratorOnCell::Begin | ( | ) | [virtual] |
Move iterator to first position if any (loop initialization).
Implements vtkGenericPointIterator.
int vtkBridgePointIteratorOnCell::IsAtEnd | ( | ) | [virtual] |
Is there no point at iterator position? (exit condition).
Implements vtkGenericPointIterator.
void vtkBridgePointIteratorOnCell::Next | ( | ) | [virtual] |
Move iterator to next position. (loop progression).
Implements vtkGenericPointIterator.
double* vtkBridgePointIteratorOnCell::GetPosition | ( | ) | [virtual] |
Point at iterator position.
Implements vtkGenericPointIterator.
void vtkBridgePointIteratorOnCell::GetPosition | ( | double | x[3] | ) | [virtual] |
Point at iterator position.
Implements vtkGenericPointIterator.
vtkIdType vtkBridgePointIteratorOnCell::GetId | ( | ) | [virtual] |
Unique identifier for the point, could be non-contiguous
Implements vtkGenericPointIterator.
void vtkBridgePointIteratorOnCell::InitWithCell | ( | vtkBridgeCell * | cell | ) |
The iterator will iterate over the point of a cell
vtkBridgeDataSet* vtkBridgePointIteratorOnCell::DataSet [protected] |
Definition at line 76 of file vtkBridgePointIteratorOnCell.h.
vtkIdType vtkBridgePointIteratorOnCell::Cursor [protected] |
Definition at line 77 of file vtkBridgePointIteratorOnCell.h.
vtkIdList* vtkBridgePointIteratorOnCell::PtIds [protected] |
Definition at line 79 of file vtkBridgePointIteratorOnCell.h.