Chombo + EB
3.2
|
Factory object to data members of a BoxLayoutData container. More...
#include <BoxLayoutData.H>
Public Member Functions | |
virtual | ~DataFactory () |
virtual T * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const =0 |
factory function. creates a new 'T' object More... | |
virtual bool | callDelete () const |
virtual bool | threadSafe () const |
Factory object to data members of a BoxLayoutData container.
|
inlinevirtual |
|
pure virtual |
factory function. creates a new 'T' object
creates a new 'T' object and returns a pointer to it.
Implemented in CodimBoxFactory< S >, DefaultDataFactory< T >, DefaultDataFactory< T >, IVSFABFactory< T >, FaceFabDataFactory, FABAliasFlBxDataFactory, AliasDataFactory< T >, FABAliasDataFactory, DefaultDataFactory< T >, BaseIVFactory< T >, BaseIFFactory< T >, BaseEBCellFactory< T >, BaseEBFaceFactory< T >, EBCellFactory, EBFaceFactory, EBFluxFactory, IrregFABFactory, EBDataFactory, EBAliasDataFactory, and EBGraphFactory.
Referenced by BoxLayoutData< BaseFab< int > >::allocateGhostVector(), BoxLayoutData< BaseFab< int > >::generalCopyTo(), BoxLayoutData< BaseFab< int > >::unpackReceivesToMe_append(), AliasDataFactory< T >::~AliasDataFactory(), DataFactory< IVSFAB< T > >::~DataFactory(), FABAliasDataFactory::~FABAliasDataFactory(), FABAliasFlBxDataFactory::~FABAliasFlBxDataFactory(), and FaceFabDataFactory::~FaceFabDataFactory().
|
inlinevirtual |
Referenced by BoxLayoutData< BaseFab< int > >::allocateGhostVector().
|
inlinevirtual |
Reimplemented in AliasDataFactory< T >, EBDataFactory, and EBGraphFactory.
Referenced by LevelData< BaseFab< int > >::define(), BoxLayoutData< BaseFab< int > >::define(), and LevelData< BaseFab< int > >::LevelData().