| 
    Chombo + EB
    3.2
    
   | 
 
Factory class to produce BaseEBFaceFABs. More...
#include <EBFaceFactory.H>

Public Member Functions | |
| virtual EBFaceFAB * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const | 
| factory function.  More... | |
| EBFaceFactory (const EBISLayout &a_ebisl, const int &a_idir) | |
| virtual | ~EBFaceFactory () | 
  Public Member Functions inherited from DataFactory< EBFaceFAB > | |
| virtual | ~DataFactory () | 
| virtual bool | callDelete () const | 
| virtual bool | threadSafe () const | 
Private Member Functions | |
| EBFaceFactory (const EBFaceFactory &a_inputs) | |
| EBFaceFactory () | |
| void | operator= (const EBFaceFactory &a_inputs) | 
Private Attributes | |
| EBISLayout | m_ebisl | 
| int | m_idir | 
Factory class to produce BaseEBFaceFABs.
Factory class to produce BaseEBFaceFABs. This is needed for LevelData construction.
| EBFaceFactory::EBFaceFactory | ( | const EBISLayout & | a_ebisl, | 
| const int & | a_idir | ||
| ) | 
create the factory with an ispace. calls full define function
      
  | 
  virtual | 
      
  | 
  inlineprivate | 
References MayDay::Error().
      
  | 
  inlineprivate | 
References MayDay::Error().
      
  | 
  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< EBFaceFAB >.
      
  | 
  inlineprivate | 
References MayDay::Error().
      
  | 
  private | 
      
  | 
  private | 
 1.8.13