#include <EBCellFactory.H>
Inheritance diagram for EBCellFactory:
Public Methods | |
virtual EBCellFAB * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. | |
EBCellFactory (const EBISLayout &a_ebisl) | |
virtual | ~EBCellFactory () |
Private Methods | |
EBCellFactory (const EBCellFactory &a_inputs) | |
EBCellFactory () | |
void | operator= (const EBCellFactory &a_inputs) |
Private Attributes | |
EBISLayout | m_ebisl |
Factory class to produce BaseEBCellFABs. This is needed for LevelData construction.
|
create the factory with an ispace. calls full define function |
|
|
|
|
|
|
|
factory function. Creates a new baseebcellfab object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user. Implements DataFactory< EBCellFAB >. |
|
|
|
|