Chombo + EB + MF  3.2
Public Member Functions | Private Member Functions | Private Attributes | List of all members
EBCellFactory Class Reference

Factory class to produce EBCellFABs. More...

#include <EBCellFactory.H>

Inheritance diagram for EBCellFactory:
Inheritance graph
[legend]

Public Member Functions

virtual EBCellFABcreate (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const
 factory function. More...
 
virtual const EBISBoxebisBox (const DataIndex &a_dit) const
 
 EBCellFactory (const EBISLayout &a_ebisl)
 
virtual ~EBCellFactory ()
 
- Public Member Functions inherited from DataFactory< EBCellFAB >
virtual ~DataFactory ()
 
virtual bool callDelete () const
 
virtual bool threadSafe () const
 

Private Member Functions

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

Private Attributes

EBISLayout m_ebisl
 

Detailed Description

Factory class to produce EBCellFABs.

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

Constructor & Destructor Documentation

◆ EBCellFactory() [1/3]

EBCellFactory::EBCellFactory ( const EBISLayout a_ebisl)

create the factory with an ispace. calls full define function

◆ ~EBCellFactory()

virtual EBCellFactory::~EBCellFactory ( )
virtual

Referenced by ebisBox().

◆ EBCellFactory() [2/3]

EBCellFactory::EBCellFactory ( const EBCellFactory a_inputs)
inlineprivate

References MayDay::Error().

◆ EBCellFactory() [3/3]

EBCellFactory::EBCellFactory ( )
inlineprivate

References MayDay::Error().

Referenced by ebisBox().

Member Function Documentation

◆ create()

virtual EBCellFAB* EBCellFactory::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< EBCellFAB >.

◆ ebisBox()

virtual const EBISBox& EBCellFactory::ebisBox ( const DataIndex a_dit) const
inlinevirtual

◆ operator=()

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

References MayDay::Error().

Member Data Documentation

◆ m_ebisl

EBISLayout EBCellFactory::m_ebisl
private

Referenced by ebisBox().


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