VTK
|
Iterate over one cell only of a dataset. More...
#include <vtkBridgeCellIteratorOne.h>
Public Types | |
typedef vtkBridgeCellIteratorStrategy | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkBridgeCellIteratorOne * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Begin () |
int | IsAtEnd () |
void | GetCell (vtkGenericAdaptorCell *c) |
vtkGenericAdaptorCell * | GetCell () |
void | Next () |
void | InitWithOneCell (vtkBridgeCell *c) |
void | InitWithOneCell (vtkBridgeDataSet *ds, vtkIdType cellid) |
void | InitWithPoints (vtkPoints *coords, vtkIdList *pts, int dim, vtkIdType cellid) |
Static Public Member Functions | |
static vtkBridgeCellIteratorOne * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgeCellIteratorOne * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkBridgeCellIteratorOne () | |
virtual | ~vtkBridgeCellIteratorOne () |
Protected Attributes | |
int | cIsAtEnd |
vtkBridgeDataSet * | DataSet |
vtkIdType | Id |
vtkBridgeCell * | Cell |
vtkCell * | InternalCell |
Iterate over one cell only of a dataset.
Definition at line 36 of file vtkBridgeCellIteratorOne.h.
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
Definition at line 41 of file vtkBridgeCellIteratorOne.h.
vtkBridgeCellIteratorOne::vtkBridgeCellIteratorOne | ( | ) | [protected] |
virtual vtkBridgeCellIteratorOne::~vtkBridgeCellIteratorOne | ( | ) | [protected, virtual] |
static vtkBridgeCellIteratorOne* vtkBridgeCellIteratorOne::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkBridgeCellIteratorOne::IsTypeOf | ( | const char * | type | ) | [static] |
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
virtual int vtkBridgeCellIteratorOne::IsA | ( | const char * | type | ) | [virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
static vtkBridgeCellIteratorOne* vtkBridgeCellIteratorOne::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
virtual vtkObjectBase* vtkBridgeCellIteratorOne::NewInstanceInternal | ( | ) | const [protected, virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
void vtkBridgeCellIteratorOne::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
void vtkBridgeCellIteratorOne::Begin | ( | ) | [virtual] |
Move iterator to first position if any (loop initialization).
Implements vtkGenericCellIterator.
int vtkBridgeCellIteratorOne::IsAtEnd | ( | ) | [virtual] |
Is there no cell at iterator position? (exit condition).
Implements vtkGenericCellIterator.
void vtkBridgeCellIteratorOne::GetCell | ( | vtkGenericAdaptorCell * | c | ) | [virtual] |
Cell at current position
Implements vtkGenericCellIterator.
vtkGenericAdaptorCell* vtkBridgeCellIteratorOne::GetCell | ( | ) | [virtual] |
Cell at current position. NOT THREAD SAFE
Implements vtkGenericCellIterator.
void vtkBridgeCellIteratorOne::Next | ( | ) | [virtual] |
Move iterator to next position. (loop progression).
Implements vtkGenericCellIterator.
void vtkBridgeCellIteratorOne::InitWithOneCell | ( | vtkBridgeDataSet * | ds, |
vtkIdType | cellid | ||
) |
Used internally by vtkBridgeDataSet. Iterate on one cell `id' of `ds'.
Used internally by vtkBridgeCell. Iterate on one cell `c'.
void vtkBridgeCellIteratorOne::InitWithPoints | ( | vtkPoints * | coords, |
vtkIdList * | pts, | ||
int | dim, | ||
vtkIdType | cellid | ||
) |
Used internally by vtkBridgeCell. Iterate on a boundary cell (defined by its points `pts' with coordinates `coords', dimension `dim' and unique id `cellid') of a cell.
int vtkBridgeCellIteratorOne::cIsAtEnd [protected] |
Definition at line 90 of file vtkBridgeCellIteratorOne.h.
vtkBridgeDataSet* vtkBridgeCellIteratorOne::DataSet [protected] |
Definition at line 91 of file vtkBridgeCellIteratorOne.h.
vtkIdType vtkBridgeCellIteratorOne::Id [protected] |
Definition at line 92 of file vtkBridgeCellIteratorOne.h.
vtkBridgeCell* vtkBridgeCellIteratorOne::Cell [protected] |
Definition at line 93 of file vtkBridgeCellIteratorOne.h.
vtkCell* vtkBridgeCellIteratorOne::InternalCell [protected] |
Definition at line 94 of file vtkBridgeCellIteratorOne.h.