#include <EBFaceFactory.H>
Inheritance diagram for EBFaceFactory:
Public Methods | |
virtual EBFaceFAB * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. | |
EBFaceFactory (const EBISLayout &a_ebisl, const int &a_idir) | |
virtual | ~EBFaceFactory () |
Private Methods | |
EBFaceFactory (const EBFaceFactory &a_inputs) | |
EBFaceFactory () | |
void | operator= (const EBFaceFactory &a_inputs) |
Private Attributes | |
EBISLayout | m_ebisl |
int | m_idir |
Factory class to produce BaseEBFaceFABs. This is needed for LevelData construction.
|
create the factory with an ispace. calls full define function |
|
|
|
|
|
|
|
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< EBFaceFAB >. |
|
|
|
|
|
|