|
Chombo + EB
3.0
|
Factory class to produce IrregFABs. More...
#include <IrregFABFactory.H>

Public Member Functions | |
| virtual IrregFAB * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
| factory function. More... | |
| IrregFABFactory (const EBISLayout &a_ebisl) | |
| virtual | ~IrregFABFactory () |
Public Member Functions inherited from DataFactory< IrregFAB > | |
| virtual | ~DataFactory () |
| virtual bool | callDelete () const |
Private Member Functions | |
| IrregFABFactory (const IrregFABFactory &a_inputs) | |
| IrregFABFactory () | |
| void | operator= (const IrregFABFactory &a_inputs) |
Private Attributes | |
| EBISLayout | m_ebisl |
Factory class to produce IrregFABs.
Factory class to produce IrregFABs. This is needed for LevelData construction.
| IrregFABFactory::IrregFABFactory | ( | const EBISLayout & | a_ebisl | ) |
create the factory with an ispace. calls full define function
|
virtual |
|
inlineprivate |
References MayDay::Error().
|
inlineprivate |
References MayDay::Error().
|
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 >.
|
inlineprivate |
References MayDay::Error().
|
private |
1.8.13