Chombo + EB  3.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
IrregFABFactory Class Reference

Factory class to produce IrregFABs. More...

#include <IrregFABFactory.H>

Inheritance diagram for IrregFABFactory:
Inheritance graph
[legend]

Public Member Functions

virtual IrregFABcreate (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const
 factory function. More...
 
 IrregFABFactory (const EBISLayout &a_ebisl)
 
virtual ~IrregFABFactory ()
 
- Public Member Functions inherited from DataFactory< IrregFAB >
virtual ~DataFactory ()
 
virtual bool callDelete () const
 

Private Member Functions

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

Private Attributes

EBISLayout m_ebisl
 

Detailed Description

Factory class to produce IrregFABs.

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

Constructor & Destructor Documentation

◆ IrregFABFactory() [1/3]

IrregFABFactory::IrregFABFactory ( const EBISLayout a_ebisl)

create the factory with an ispace. calls full define function

◆ ~IrregFABFactory()

virtual IrregFABFactory::~IrregFABFactory ( )
virtual

◆ IrregFABFactory() [2/3]

IrregFABFactory::IrregFABFactory ( const IrregFABFactory a_inputs)
inlineprivate

References MayDay::Error().

◆ IrregFABFactory() [3/3]

IrregFABFactory::IrregFABFactory ( )
inlineprivate

References MayDay::Error().

Member Function Documentation

◆ create()

virtual IrregFAB* IrregFABFactory::create ( const Box a_box,
int  a_ncomps,
const DataIndex a_dit 
) const
virtual

factory function.

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

Implements DataFactory< IrregFAB >.

◆ operator=()

void IrregFABFactory::operator= ( const IrregFABFactory a_inputs)
inlineprivate

References MayDay::Error().

Member Data Documentation

◆ m_ebisl

EBISLayout IrregFABFactory::m_ebisl
private

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