vtkBridgeCellIteratorStrategy Class Reference

#include <vtkBridgeCellIteratorStrategy.h>

Inheritance diagram for vtkBridgeCellIteratorStrategy:
[legend]
Collaboration diagram for vtkBridgeCellIteratorStrategy:
[legend]

List of all members.


Detailed Description

Interface used by vtkBridgeCellIterator vtkBridgeCellIterator has different behaviors depending on the way it is initialized. vtkBridgeCellIteratorStrategy is the interface for one of those behaviors. Concrete classes are vtkBridgeCellIteratorOnDataSet, vtkBridgeCellIteratorOnDataSetBoundaries, vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellNeighbors,.

See also:
vtkGenericCellIterator, vtkBridgeCellIterator, vtkBridgeDataSet, vtkBridgeCellIteratorOnDataSet, vtkBridgeCellIteratorOnDataSetBoundaries, vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellNeighbors
Tests:
vtkBridgeCellIteratorStrategy (Tests)

Definition at line 41 of file vtkBridgeCellIteratorStrategy.h.


Public Types

typedef
vtkGenericCellIterator 
Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
vtkGenericAdaptorCellNewCell ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkBridgeCellIteratorStrategy
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkBridgeCellIteratorStrategy ()
virtual ~vtkBridgeCellIteratorStrategy ()

Member Typedef Documentation

typedef vtkGenericCellIterator vtkBridgeCellIteratorStrategy::Superclass

Standard VTK construction and type macros.

Reimplemented from vtkGenericCellIterator.

Reimplemented in vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellList, vtkBridgeCellIteratorOnDataSet, and vtkBridgeCellIteratorOne.

Definition at line 44 of file vtkBridgeCellIteratorStrategy.h.


Constructor & Destructor Documentation

vtkBridgeCellIteratorStrategy::vtkBridgeCellIteratorStrategy (  )  [inline, protected]

Definition at line 51 of file vtkBridgeCellIteratorStrategy.h.

virtual vtkBridgeCellIteratorStrategy::~vtkBridgeCellIteratorStrategy (  )  [inline, protected, virtual]

Definition at line 52 of file vtkBridgeCellIteratorStrategy.h.


Member Function Documentation

virtual const char* vtkBridgeCellIteratorStrategy::GetClassName (  )  [virtual]

Standard VTK construction and type macros.

Reimplemented from vtkGenericCellIterator.

Reimplemented in vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellList, vtkBridgeCellIteratorOnDataSet, and vtkBridgeCellIteratorOne.

static int vtkBridgeCellIteratorStrategy::IsTypeOf ( const char *  type  )  [static]

Standard VTK construction and type macros.

Reimplemented from vtkGenericCellIterator.

Reimplemented in vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellList, vtkBridgeCellIteratorOnDataSet, and vtkBridgeCellIteratorOne.

virtual int vtkBridgeCellIteratorStrategy::IsA ( const char *  type  )  [virtual]

Standard VTK construction and type macros.

Reimplemented from vtkGenericCellIterator.

Reimplemented in vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellList, vtkBridgeCellIteratorOnDataSet, and vtkBridgeCellIteratorOne.

static vtkBridgeCellIteratorStrategy* vtkBridgeCellIteratorStrategy::SafeDownCast ( vtkObject o  )  [static]

Standard VTK construction and type macros.

Reimplemented from vtkGenericCellIterator.

Reimplemented in vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellList, vtkBridgeCellIteratorOnDataSet, and vtkBridgeCellIteratorOne.

void vtkBridgeCellIteratorStrategy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standard VTK construction and type macros.

Reimplemented from vtkGenericCellIterator.

Reimplemented in vtkBridgeCellIteratorOnCellBoundaries, vtkBridgeCellIteratorOnCellList, vtkBridgeCellIteratorOnDataSet, and vtkBridgeCellIteratorOne.

vtkGenericAdaptorCell* vtkBridgeCellIteratorStrategy::NewCell (  )  [virtual]

Create an empty cell. NOT USED

Postcondition:
result_exists: result!=0

Implements vtkGenericCellIterator.


The documentation for this class was generated from the following file:
Generated on Fri Sep 7 17:45:23 2007 for VTK by  doxygen 1.5.3