| 
    Chombo + EB
    3.2
    
   | 
 
Factory object to data members of a BoxLayoutData container. More...
#include <BoxLayoutData.H>

Public Member Functions | |
| virtual T * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const | 
| factory function. creates a new 'T' object  More... | |
| template<> | |
| BaseFab< int > * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const | 
| factory function. creates a new 'T' object  More... | |
| template<> | |
| FArrayBox * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const | 
| factory function. creates a new 'T' object  More... | |
  Public Member Functions inherited from DataFactory< T > | |
| virtual | ~DataFactory () | 
| virtual bool | callDelete () const | 
| virtual bool | threadSafe () const | 
Factory object to data members of a BoxLayoutData container.
creates new T object by invoking operator new
      
  | 
  virtual | 
factory function. creates a new 'T' object
creates a new 'T' object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user.
Implements DataFactory< T >.
      
  | 
  virtual | 
factory function. creates a new 'T' object
creates a new 'T' object and returns a pointer to it.
Implements DataFactory< T >.
      
  | 
  virtual | 
factory function. creates a new 'T' object
creates a new 'T' object and returns a pointer to it.
Implements DataFactory< T >.
 1.8.13