VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkBridgePointIteratorOnCell Class Reference

Implementation of vtkGenericPointIterator. More...

#include <vtkBridgePointIteratorOnCell.h>

Inheritance diagram for vtkBridgePointIteratorOnCell:
Inheritance graph
[legend]
Collaboration diagram for vtkBridgePointIteratorOnCell:
Collaboration graph
[legend]

List of all members.

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 ()
doubleGetPosition ()
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 vtkObjectBaseNewInstanceInternal () const
 vtkBridgePointIteratorOnCell ()
virtual ~vtkBridgePointIteratorOnCell ()

Protected Attributes

vtkBridgeDataSetDataSet
vtkIdType Cursor
vtkIdListPtIds

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

Standard VTK construction and type macros.

Reimplemented from vtkGenericPointIterator.

Definition at line 40 of file vtkBridgePointIteratorOnCell.h.


Constructor & Destructor Documentation

Default constructor.

Destructor.


Member Function Documentation

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.

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.

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

Implements vtkGenericPointIterator.

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

Implements vtkGenericPointIterator.

Move iterator to next position. (loop progression).

Precondition:
not_off: !IsAtEnd()

Implements vtkGenericPointIterator.

Point at iterator position.

Precondition:
not_off: !IsAtEnd()
Postcondition:
result_exists: result!=0

Implements vtkGenericPointIterator.

Point at iterator position.

Precondition:
not_off: !IsAtEnd()
x_exists: x!=0

Implements vtkGenericPointIterator.

Unique identifier for the point, could be non-contiguous

Precondition:
not_off: !IsAtEnd()

Implements vtkGenericPointIterator.

The iterator will iterate over the point of a cell

Precondition:
cell_exists: cell!=0

Member Data Documentation

Definition at line 76 of file vtkBridgePointIteratorOnCell.h.

Definition at line 77 of file vtkBridgePointIteratorOnCell.h.

Definition at line 79 of file vtkBridgePointIteratorOnCell.h.


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