#include <BaseEBCellFactory.H>


Factory class to produce BaseEBCellFABs. This is needed for LevelData construction.
Public Member Functions | |
| virtual BaseEBCellFAB< T > * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
| factory function. | |
| BaseEBCellFactory (const EBISLayout &a_ebisl) | |
| virtual | ~BaseEBCellFactory () |
Private Member Functions | |
| BaseEBCellFactory (const BaseEBCellFactory &a_inputs) | |
| BaseEBCellFactory () | |
| void | operator= (const BaseEBCellFactory &a_inputs) |
Private Attributes | |
| EBISLayout | m_ebisl |
| BaseEBCellFactory< T >::BaseEBCellFactory | ( | const EBISLayout & | a_ebisl | ) | [inline] |
create the factory with an ispace. calls full define function
References BaseEBCellFactory< T >::m_ebisl.
| BaseEBCellFactory< T >::~BaseEBCellFactory | ( | ) | [inline, virtual] |
| BaseEBCellFactory< T >::BaseEBCellFactory | ( | const BaseEBCellFactory< T > & | a_inputs | ) | [inline, private] |
References MayDay::Error().
| BaseEBCellFactory< T >::BaseEBCellFactory | ( | ) | [inline, private] |
References MayDay::Error().
| BaseEBCellFAB< T > * BaseEBCellFactory< T >::create | ( | const Box & | a_box, | |
| int | a_ncomps, | |||
| const DataIndex & | a_dit | |||
| ) | const [inline, 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 > >.
References BaseEBCellFactory< T >::m_ebisl.
| void BaseEBCellFactory< T >::operator= | ( | const BaseEBCellFactory< T > & | a_inputs | ) | [inline, private] |
References MayDay::Error().
EBISLayout BaseEBCellFactory< T >::m_ebisl [private] |
Referenced by BaseEBCellFactory< T >::BaseEBCellFactory(), and BaseEBCellFactory< T >::create().
1.5.5