Public Member Functions
Sundance::CellReorderer Class Reference
Inheritance diagram for Sundance::CellReorderer:
Playa::Handle< CellReordererFactoryBase >

List of all members.

Public Member Functions

 CellReorderer ()
 CellReorderer (Handleable< CellReordererFactoryBase > *rawPtr)
 CellReorderer (const RefCountPtr< CellReordererFactoryBase > &smartPtr)
RCP< CellReordererImplemBasecreateInstance (const MeshBase *mesh) const

Detailed Description

User-level handle class for abstract specification of cell reordering algorithms.

Examples

 CellReorderer bfs = new BreadthFirstReorderer();
 mesh.setReorderer(bfs);

Definition at line 68 of file SundanceCellReorderer.hpp.


Constructor & Destructor Documentation

Empty ctor

Definition at line 72 of file SundanceCellReorderer.hpp.

Construct a CellReorderer with a raw pointer to a CellReordererFactoryBase

Definition at line 72 of file SundanceCellReorderer.hpp.

Sundance::CellReorderer::CellReorderer ( const RefCountPtr< CellReordererFactoryBase > &  smartPtr) [inline]

Construct a CellReorderer with a smart pointer to a CellReordererFactoryBase

Definition at line 72 of file SundanceCellReorderer.hpp.


Member Function Documentation

Site Contact