Chombo + EB + MF
3.2
|
Factory class to produce IVSFABs. More...
#include <IVSFAB.H>
Public Member Functions | |
virtual IVSFAB< T > * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. More... | |
IVSFABFactory (const LayoutData< IntVectSet > &a_sets) | |
virtual | ~IVSFABFactory () |
Public Member Functions inherited from DataFactory< IVSFAB< T > > | |
virtual | ~DataFactory () |
virtual bool | callDelete () const |
virtual bool | threadSafe () const |
Private Member Functions | |
IVSFABFactory (const IVSFABFactory< T > &a_inputs) | |
IVSFABFactory () | |
void | operator= (const IVSFABFactory< T > &a_inputs) |
Private Attributes | |
LayoutData< IntVectSet > | m_sets |
Factory class to produce IVSFABs.
Factory class to produce IVSFABs. This is needed for LevelData construction.
|
inline |
fills internal data with inputs
References LayoutData< T >::boxLayout(), and LayoutIterator::ok().
|
inlinevirtual |
|
inlineprivate |
References MayDay::Error().
|
inlineprivate |
References MayDay::Error().
|
inlinevirtual |
factory function.
Creates a new baseivfab object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user. Intersects a_sets[a_dit] from construction with input box because leveldata will expect that anyway when it tries to do a copy or a linearization.
Implements DataFactory< IVSFAB< T > >.
|
inlineprivate |
References MayDay::Error().
|
private |