VTK
|
Implementation of vtkCellIterator using vtkPointSet API. More...
#include <vtkPointSetCellIterator.h>
Public Types | |
typedef vtkCellIterator | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPointSetCellIterator * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
bool | IsDoneWithTraversal () |
vtkIdType | GetCellId () |
Static Public Member Functions | |
static vtkPointSetCellIterator * | New () |
static int | IsTypeOf (const char *type) |
static vtkPointSetCellIterator * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPointSetCellIterator () | |
~vtkPointSetCellIterator () | |
void | ResetToFirstCell () |
void | IncrementToNextCell () |
void | FetchCellType () |
void | FetchPointIds () |
void | FetchPoints () |
void | SetPointSet (vtkPointSet *ds) |
Protected Attributes | |
vtkSmartPointer< vtkPointSet > | PointSet |
vtkSmartPointer< vtkPoints > | PointSetPoints |
vtkIdType | CellId |
Friends | |
class | vtkPointSet |
Implementation of vtkCellIterator using vtkPointSet API.
Definition at line 33 of file vtkPointSetCellIterator.h.
Reimplemented from vtkObject.
Definition at line 37 of file vtkPointSetCellIterator.h.
vtkPointSetCellIterator::vtkPointSetCellIterator | ( | ) | [protected] |
vtkPointSetCellIterator::~vtkPointSetCellIterator | ( | ) | [protected] |
static vtkPointSetCellIterator* vtkPointSetCellIterator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkPointSetCellIterator::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkPointSetCellIterator::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkPointSetCellIterator* vtkPointSetCellIterator::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkPointSetCellIterator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
Reimplemented from vtkObject.
virtual void vtkPointSetCellIterator::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkCellIterator.
bool vtkPointSetCellIterator::IsDoneWithTraversal | ( | ) | [virtual] |
Returns false while the iterator is valid. Always safe to call.
Implements vtkCellIterator.
vtkIdType vtkPointSetCellIterator::GetCellId | ( | ) | [virtual] |
Get the id of the current cell.
Implements vtkCellIterator.
void vtkPointSetCellIterator::ResetToFirstCell | ( | ) | [protected, virtual] |
Update internal state to point to the first cell.
Implements vtkCellIterator.
void vtkPointSetCellIterator::IncrementToNextCell | ( | ) | [protected, virtual] |
Update internal state to point to the next cell.
Implements vtkCellIterator.
void vtkPointSetCellIterator::FetchCellType | ( | ) | [protected, virtual] |
Lookup the cell type in the data set and store it in this->CellType.
Implements vtkCellIterator.
void vtkPointSetCellIterator::FetchPointIds | ( | ) | [protected, virtual] |
Lookup the cell point ids in the data set and store them in this->PointIds.
Implements vtkCellIterator.
void vtkPointSetCellIterator::FetchPoints | ( | ) | [protected, virtual] |
Lookup the cell points in the data set and store them in this->Points.
Implements vtkCellIterator.
void vtkPointSetCellIterator::SetPointSet | ( | vtkPointSet * | ds | ) | [protected] |
friend class vtkPointSet [friend] |
Definition at line 53 of file vtkPointSetCellIterator.h.
vtkSmartPointer<vtkPointSet> vtkPointSetCellIterator::PointSet [protected] |
Definition at line 56 of file vtkPointSetCellIterator.h.
Definition at line 57 of file vtkPointSetCellIterator.h.
vtkIdType vtkPointSetCellIterator::CellId [protected] |
Definition at line 58 of file vtkPointSetCellIterator.h.