
Public Member Functions | |
| GenericCellReordererFactory () | |
| virtual | ~GenericCellReordererFactory () |
| virtual RCP < CellReordererImplemBase > | createInstance (const MeshBase *mesh) const |
Definition at line 77 of file SundanceCellReordererBase.hpp.
| Sundance::GenericCellReordererFactory< T >::GenericCellReordererFactory | ( | ) | [inline] |
Definition at line 81 of file SundanceCellReordererBase.hpp.
| virtual Sundance::GenericCellReordererFactory< T >::~GenericCellReordererFactory | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 84 of file SundanceCellReordererBase.hpp.
| virtual RCP<CellReordererImplemBase> Sundance::GenericCellReordererFactory< T >::createInstance | ( | const MeshBase * | mesh | ) | const [inline, virtual] |
Instantiate a factory
Implements Sundance::CellReordererFactoryBase.
Definition at line 88 of file SundanceCellReordererBase.hpp.