#include <BaseIFFactory.H>
Inheritance diagram for BaseIFFactory< T >:


Public Methods | |
| virtual BaseIFFAB< T > * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
| factory function. | |
| BaseIFFactory (const EBISLayout &a_ebisl, const LayoutData< IntVectSet > &a_sets, const int &a_facedir) | |
| virtual | ~BaseIFFactory () |
Private Methods | |
| BaseIFFactory (const BaseIFFactory< T > &a_inputs) | |
| BaseIFFactory () | |
| void | operator= (const BaseIFFactory< T > &a_inputs) |
Private Attributes | |
| EBISLayout | m_ebisl |
| LayoutData< IntVectSet > | m_sets |
| int | m_facedir |
Factory class to produce BaseIVFABs. 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< BaseIFFAB< T > >. |
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.2.16