VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkBridgePointIteratorOnCell Class Reference

Implementation of vtkGenericPointIterator. More...

#include <vtkBridgePointIteratorOnCell.h>

Inherits vtkGenericPointIterator.

Collaboration diagram for vtkBridgePointIteratorOnCell:
[legend]

Public Types

typedef vtkGenericPointIterator Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkBridgePointIteratorOnCellNewInstance () 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

vtkBridgeDataSetDataSet
 
vtkIdType Cursor
 
vtkIdList * PtIds
 

Detailed Description

Implementation of vtkGenericPointIterator.

It iterates over the corner points of a cell.

See Also
vtkGenericPointIterator, vtkBridgeDataSet
Tests:
vtkBridgePointIteratorOnCell (Tests)

Definition at line 36 of file vtkBridgePointIteratorOnCell.h.

Member Typedef Documentation

typedef vtkGenericPointIterator vtkBridgePointIteratorOnCell::Superclass

Definition at line 40 of file vtkBridgePointIteratorOnCell.h.

Constructor & Destructor Documentation

vtkBridgePointIteratorOnCell::vtkBridgePointIteratorOnCell ( )
protected

Default constructor.

virtual vtkBridgePointIteratorOnCell::~vtkBridgePointIteratorOnCell ( )
protectedvirtual

Destructor.

Member Function Documentation

static vtkBridgePointIteratorOnCell* vtkBridgePointIteratorOnCell::New ( )
static
static int vtkBridgePointIteratorOnCell::IsTypeOf ( const char *  type)
static
virtual int vtkBridgePointIteratorOnCell::IsA ( const char *  type)
virtual
static vtkBridgePointIteratorOnCell* vtkBridgePointIteratorOnCell::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkBridgePointIteratorOnCell::NewInstanceInternal ( ) const
protectedvirtual
vtkBridgePointIteratorOnCell* vtkBridgePointIteratorOnCell::NewInstance ( ) const
void vtkBridgePointIteratorOnCell::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkBridgePointIteratorOnCell::Begin ( )

Move iterator to first position if any (loop initialization).

int vtkBridgePointIteratorOnCell::IsAtEnd ( )

Is there no point at iterator position? (exit condition).

void vtkBridgePointIteratorOnCell::Next ( )

Move iterator to next position. (loop progression).

Precondition
not_off: !IsAtEnd()
double* vtkBridgePointIteratorOnCell::GetPosition ( )

Point at iterator position.

Precondition
not_off: !IsAtEnd()
Postcondition
result_exists: result!=0
void vtkBridgePointIteratorOnCell::GetPosition ( double  x[3])

Point at iterator position.

Precondition
not_off: !IsAtEnd()
x_exists: x!=0
vtkIdType vtkBridgePointIteratorOnCell::GetId ( )

Unique identifier for the point, could be non-contiguous

Precondition
not_off: !IsAtEnd()
void vtkBridgePointIteratorOnCell::InitWithCell ( vtkBridgeCell cell)

The iterator will iterate over the point of a cell

Precondition
cell_exists: cell!=0

Member Data Documentation

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.


The documentation for this class was generated from the following file: