#include <BinFabFactory.H>
Inheritance diagram for BinFabFactory< T >:
Public Methods | |
virtual BinFab< T > * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. | |
BinFabFactory (const RealVect &a_mesh_spacing, const RealVect &a_origin, const ProblemDomain &a_domain) | |
virtual | ~BinFabFactory () |
Factory class to produce BinFABs. This is needed for LevelData construction.
|
fills internal data with inputs |
|
|
|
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< BinFab< T > >. |