Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

BaseIVFactory< T > Class Template Reference

Factory class to produce BaseIVFABs. More...

#include <BaseIVFactory.H>

Inheritance diagram for BaseIVFactory< T >:

Inheritance graph
[legend]
Collaboration diagram for BaseIVFactory< T >:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual BaseIVFAB< T > * create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const
 factory function.

 BaseIVFactory (const EBISLayout &a_ebisl, const LayoutData< IntVectSet > &a_sets)
virtual ~BaseIVFactory ()

Private Methods

 BaseIVFactory (const BaseIVFactory< T > &a_inputs)
 BaseIVFactory ()
void operator= (const BaseIVFactory< T > &a_inputs)

Private Attributes

EBISLayout m_ebisl
LayoutData< IntVectSetm_sets

Detailed Description

template<class T>
class BaseIVFactory< T >

Factory class to produce BaseIVFABs.

Factory class to produce BaseIVFABs. This is needed for LevelData construction.


Constructor & Destructor Documentation

template<class T>
BaseIVFactory< T >::BaseIVFactory const EBISLayout   a_ebisl,
const LayoutData< IntVectSet > &    a_sets
[inline]
 

fills internal data with inputs

template<class T>
BaseIVFactory< T >::~BaseIVFactory   [inline, virtual]
 

template<class T>
BaseIVFactory< T >::BaseIVFactory const BaseIVFactory< T > &    a_inputs [inline, private]
 

template<class T>
BaseIVFactory< T >::BaseIVFactory   [inline, private]
 


Member Function Documentation

template<class T>
BaseIVFAB< T > * BaseIVFactory< T >::create const Box   a_box,
int    a_ncomps,
const DataIndex   a_dit
const [inline, virtual]
 

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< BaseIVFAB< T > >.

template<class T>
void BaseIVFactory< T >::operator= const BaseIVFactory< T > &    a_inputs [inline, private]
 


Member Data Documentation

template<class T>
EBISLayout BaseIVFactory< T >::m_ebisl [private]
 

template<class T>
LayoutData<IntVectSet> BaseIVFactory< T >::m_sets [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Apr 16 14:35:01 2003 for EBChombo by doxygen1.2.16