Chombo + EB  3.2
Public Member Functions | Private Member Functions | Private Attributes | List of all members
BaseEBCellFactory< T > Class Template Reference

Factory class to produce BaseEBCellFABs. More...

#include <BaseEBCellFactory.H>

Inheritance diagram for BaseEBCellFactory< T >:
Inheritance graph
[legend]

Public Member Functions

virtual BaseEBCellFAB< T > * create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const
 factory function. More...
 
 BaseEBCellFactory (const EBISLayout &a_ebisl)
 
virtual ~BaseEBCellFactory ()
 
- Public Member Functions inherited from DataFactory< BaseEBCellFAB< T > >
virtual ~DataFactory ()
 
virtual bool callDelete () const
 
virtual bool threadSafe () const
 

Private Member Functions

 BaseEBCellFactory (const BaseEBCellFactory &a_inputs)
 
 BaseEBCellFactory ()
 
void operator= (const BaseEBCellFactory &a_inputs)
 

Private Attributes

EBISLayout m_ebisl
 

Detailed Description

template<class T>
class BaseEBCellFactory< T >

Factory class to produce BaseEBCellFABs.

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

Constructor & Destructor Documentation

◆ BaseEBCellFactory() [1/3]

template<class T >
BaseEBCellFactory< T >::BaseEBCellFactory ( const EBISLayout a_ebisl)

create the factory with an ispace. calls full define function

◆ ~BaseEBCellFactory()

template<class T >
BaseEBCellFactory< T >::~BaseEBCellFactory ( )
virtual

◆ BaseEBCellFactory() [2/3]

template<class T >
BaseEBCellFactory< T >::BaseEBCellFactory ( const BaseEBCellFactory< T > &  a_inputs)
inlineprivate

References MayDay::Error().

◆ BaseEBCellFactory() [3/3]

template<class T >
BaseEBCellFactory< T >::BaseEBCellFactory ( )
inlineprivate

References MayDay::Error().

Member Function Documentation

◆ create()

template<class T >
BaseEBCellFAB< T > * BaseEBCellFactory< T >::create ( const Box a_box,
int  a_ncomps,
const DataIndex a_dit 
) const
virtual

factory function.

Creates a new baseebcellfab object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user.

Implements DataFactory< BaseEBCellFAB< T > >.

◆ operator=()

template<class T >
void BaseEBCellFactory< T >::operator= ( const BaseEBCellFactory< T > &  a_inputs)
inlineprivate

References MayDay::Error().

Member Data Documentation

◆ m_ebisl

template<class T >
EBISLayout BaseEBCellFactory< T >::m_ebisl
private

The documentation for this class was generated from the following files: