BaseIVFactory< T > Class Template Reference

#include <BaseIVFactory.H>

Inheritance diagram for BaseIVFactory< T >:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<class T>
class BaseIVFactory< T >

Factory class to produce BaseIVFABs.

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

Public Member Functions

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)
 BaseIVFactory (const EBISLayout &a_ebisl)
virtual ~BaseIVFactory ()

Private Member Functions

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

Private Attributes

EBISLayout m_ebisl
LayoutData< IntVectSetm_sets


Constructor & Destructor Documentation

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

template<class T>
BaseIVFactory< T >::BaseIVFactory ( const EBISLayout a_ebisl  )  [inline]

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

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

References MayDay::Error().

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

References MayDay::Error().


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

References BaseIVFactory< T >::m_ebisl, and BaseIVFactory< T >::m_sets.

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

References MayDay::Error().


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 Fri Apr 5 04:24:55 2019 for Chombo + EB by  doxygen 1.5.5