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

Public Member Functions | |
| virtual BaseEBFaceFAB< T > * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const | 
| factory function.  More... | |
| BaseEBFaceFactory (const EBISLayout &a_ebisl, int a_idir) | |
| virtual | ~BaseEBFaceFactory () | 
  Public Member Functions inherited from DataFactory< BaseEBFaceFAB< T > > | |
| virtual | ~DataFactory () | 
| virtual bool | callDelete () const | 
| virtual bool | threadSafe () const | 
Private Member Functions | |
| BaseEBFaceFactory (const BaseEBFaceFactory &a_inputs) | |
| BaseEBFaceFactory () | |
| void | operator= (const BaseEBFaceFactory &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.
| BaseEBFaceFactory< T >::BaseEBFaceFactory | ( | const EBISLayout & | a_ebisl, | 
| 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 baseebFacefab object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user.
Implements DataFactory< BaseEBFaceFAB< T > >.
      
  | 
  inlineprivate | 
References MayDay::Error().
      
  | 
  private | 
      
  | 
  private | 
 1.8.13