Chombo + EB
3.2
|
Factory class to produce EBCellFABs. More...
#include <EBCellFactory.H>
Public Member Functions | |
virtual EBCellFAB * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. More... | |
virtual const EBISBox & | ebisBox (const DataIndex &a_dit) const |
EBCellFactory (const EBISLayout &a_ebisl) | |
virtual | ~EBCellFactory () |
Public Member Functions inherited from DataFactory< EBCellFAB > | |
virtual | ~DataFactory () |
virtual bool | callDelete () const |
virtual bool | threadSafe () const |
Private Member Functions | |
EBCellFactory (const EBCellFactory &a_inputs) | |
EBCellFactory () | |
void | operator= (const EBCellFactory &a_inputs) |
Private Attributes | |
EBISLayout | m_ebisl |
Factory class to produce EBCellFABs.
Factory class to produce EBCellFABs. This is needed for LevelData construction.
EBCellFactory::EBCellFactory | ( | const EBISLayout & | a_ebisl | ) |
create the factory with an ispace. calls full define function
|
virtual |
Referenced by ebisBox().
|
inlineprivate |
References MayDay::Error().
|
inlineprivate |
References MayDay::Error().
Referenced by ebisBox().
|
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< EBCellFAB >.
References EBCellFactory(), m_ebisl, and ~EBCellFactory().
|
inlineprivate |
References MayDay::Error().
|
private |
Referenced by ebisBox().