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