Chombo + EB + MF
3.2
|
Factory class to produce BaseEBCellFABs. More...
#include <BaseEBCellFactory.H>
Public Member Functions | |
virtual BaseEBCellFAB< T > * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. More... | |
BaseEBCellFactory (const EBISLayout &a_ebisl) | |
virtual | ~BaseEBCellFactory () |
Public Member Functions inherited from DataFactory< BaseEBCellFAB< T > > | |
virtual | ~DataFactory () |
virtual bool | callDelete () const |
virtual bool | threadSafe () const |
Private Member Functions | |
BaseEBCellFactory (const BaseEBCellFactory &a_inputs) | |
BaseEBCellFactory () | |
void | operator= (const BaseEBCellFactory &a_inputs) |
Private Attributes | |
EBISLayout | m_ebisl |
Factory class to produce BaseEBCellFABs.
Factory class to produce BaseEBCellFABs. This is needed for LevelData construction.
BaseEBCellFactory< T >::BaseEBCellFactory | ( | 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 baseebcellfab object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user.
Implements DataFactory< BaseEBCellFAB< T > >.
|
inlineprivate |
References MayDay::Error().
|
private |