#include <IrregFABFactory.H>
Factory class to produce IrregFABs. This is needed for LevelData construction.
Public Member Functions | |
virtual IrregFAB * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. | |
IrregFABFactory (const EBISLayout &a_ebisl) | |
virtual | ~IrregFABFactory () |
Private Member Functions | |
IrregFABFactory (const IrregFABFactory &a_inputs) | |
IrregFABFactory () | |
void | operator= (const IrregFABFactory &a_inputs) |
Private Attributes | |
EBISLayout | m_ebisl |
IrregFABFactory::IrregFABFactory | ( | const EBISLayout & | a_ebisl | ) |
create the factory with an ispace. calls full define function
virtual IrregFABFactory::~IrregFABFactory | ( | ) | [virtual] |
IrregFABFactory::IrregFABFactory | ( | const IrregFABFactory & | a_inputs | ) | [inline, private] |
References MayDay::Error().
IrregFABFactory::IrregFABFactory | ( | ) | [inline, private] |
References MayDay::Error().
virtual IrregFAB* IrregFABFactory::create | ( | const Box & | a_box, | |
int | a_ncomps, | |||
const DataIndex & | a_dit | |||
) | const [virtual] |
factory function.
Creates a new baseIrregFAB object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user.
Implements DataFactory< IrregFAB >.
void IrregFABFactory::operator= | ( | const IrregFABFactory & | a_inputs | ) | [inline, private] |
References MayDay::Error().
EBISLayout IrregFABFactory::m_ebisl [private] |