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< T >::allocateGhostVector(), and BoxLayoutData< T >::generalCopyTo().
|
inlinevirtual |
Referenced by BoxLayoutData< T >::allocateGhostVector().
|
inlinevirtual |
Reimplemented in AliasDataFactory< T >, EBDataFactory, and EBGraphFactory.
Referenced by LevelData< T >::define(), BoxLayoutData< T >::define(), and LevelData< T >::LevelData().