VTK
|
vtkCellIterator subclass specialized for vtkCPExodusIIElementBlock. More...
#include <vtkCPExodusIIElementBlockCellIterator.h>
Public Types | |
typedef vtkCPExodusIIElementBlockPrivate | StorageType |
typedef vtkCellIterator | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkCPExodusIIElementBlockCellIterator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
bool | IsValid () |
vtkIdType | GetCellId () |
Static Public Member Functions | |
static vtkCPExodusIIElementBlockCellIterator * | New () |
static int | IsTypeOf (const char *type) |
static vtkCPExodusIIElementBlockCellIterator * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkCPExodusIIElementBlockCellIterator () | |
~vtkCPExodusIIElementBlockCellIterator () | |
void | ResetToFirstCell () |
void | IncrementToNextCell () |
void | FetchCellType () |
void | FetchPointIds () |
void | FetchPoints () |
void | SetStorage (vtkCPExodusIIElementBlock *eb) |
Friends | |
class | ::vtkCPExodusIIElementBlock |
vtkCellIterator subclass specialized for vtkCPExodusIIElementBlock.
Definition at line 31 of file vtkCPExodusIIElementBlockCellIterator.h.
typedef vtkCPExodusIIElementBlockPrivate vtkCPExodusIIElementBlockCellIterator::StorageType |
Definition at line 35 of file vtkCPExodusIIElementBlockCellIterator.h.
Reimplemented from vtkObject.
Definition at line 38 of file vtkCPExodusIIElementBlockCellIterator.h.
static vtkCPExodusIIElementBlockCellIterator* vtkCPExodusIIElementBlockCellIterator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkCPExodusIIElementBlockCellIterator::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 vtkCPExodusIIElementBlockCellIterator::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 vtkCPExodusIIElementBlockCellIterator* vtkCPExodusIIElementBlockCellIterator::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkCPExodusIIElementBlockCellIterator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
Reimplemented from vtkObject.
void vtkCPExodusIIElementBlockCellIterator::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.
vtkIdType vtkCPExodusIIElementBlockCellIterator::GetCellId | ( | ) | [virtual] |
Get the id of the current cell.
Implements vtkCellIterator.
void vtkCPExodusIIElementBlockCellIterator::ResetToFirstCell | ( | ) | [protected, virtual] |
Update internal state to point to the first cell.
Implements vtkCellIterator.
void vtkCPExodusIIElementBlockCellIterator::IncrementToNextCell | ( | ) | [protected, virtual] |
Update internal state to point to the next cell.
Implements vtkCellIterator.
void vtkCPExodusIIElementBlockCellIterator::FetchCellType | ( | ) | [protected, virtual] |
Lookup the cell type in the data set and store it in this->CellType.
Implements vtkCellIterator.
void vtkCPExodusIIElementBlockCellIterator::FetchPointIds | ( | ) | [protected, virtual] |
Lookup the cell point ids in the data set and store them in this->PointIds.
Implements vtkCellIterator.
void vtkCPExodusIIElementBlockCellIterator::FetchPoints | ( | ) | [protected, virtual] |
Lookup the cell points in the data set and store them in this->Points.
Implements vtkCellIterator.
void vtkCPExodusIIElementBlockCellIterator::SetStorage | ( | vtkCPExodusIIElementBlock * | eb | ) | [protected] |
friend class ::vtkCPExodusIIElementBlock [friend] |
Definition at line 54 of file vtkCPExodusIIElementBlockCellIterator.h.