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

Iterate over one point of a dataset. More...

#include <vtkBridgePointIteratorOne.h>

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

List of all members.

Public Types

typedef vtkGenericPointIterator Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkBridgePointIteratorOneNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void Begin ()
int IsAtEnd ()
void Next ()
doubleGetPosition ()
void GetPosition (double x[3])
vtkIdType GetId ()
void InitWithOnePoint (vtkBridgeDataSet *ds, vtkIdType id)

Static Public Member Functions

static vtkBridgePointIteratorOneNew ()
static int IsTypeOf (const char *type)
static vtkBridgePointIteratorOneSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkBridgePointIteratorOne ()
virtual ~vtkBridgePointIteratorOne ()

Protected Attributes

vtkBridgeDataSetDataSet
vtkIdType Id
int cIsAtEnd

Detailed Description

Iterate over one point of a dataset.

See also:
vtkGenericPointIterator, vtkBridgeDataSet
Tests:
vtkBridgePointIteratorOne (Tests)

Definition at line 32 of file vtkBridgePointIteratorOne.h.


Member Typedef Documentation

Standard VTK construction and type macros.

Reimplemented from vtkGenericPointIterator.

Definition at line 36 of file vtkBridgePointIteratorOne.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 vtkBridgePointIteratorOne::IsTypeOf ( const char *  type) [static]

Standard VTK construction and type macros.

Reimplemented from vtkGenericPointIterator.

virtual int vtkBridgePointIteratorOne::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* vtkBridgePointIteratorOne::NewInstanceInternal ( ) const [protected, virtual]

Standard VTK construction and type macros.

Reimplemented from vtkGenericPointIterator.

Standard VTK construction and type macros.

Reimplemented from vtkGenericPointIterator.

void vtkBridgePointIteratorOne::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.

void vtkBridgePointIteratorOne::Next ( ) [virtual]

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.

Used internally by vtkBridgeDataSet. Iterate over one point of identifier `id' on dataset `ds'.

Precondition:
ds_can_be_null: ds!=0 || ds==0
valid_id: vtkImplies(ds!=0,(id>=0)&&(id<=ds->GetNumberOfCells()))

Member Data Documentation

Definition at line 77 of file vtkBridgePointIteratorOne.h.

Definition at line 78 of file vtkBridgePointIteratorOne.h.

Definition at line 79 of file vtkBridgePointIteratorOne.h.


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