#include <BoxLayoutData.H>
Public Member Functions | |
virtual | ~FaceFabDataFactory () |
FaceFabDataFactory (const int a_dir) | |
void | define (const int a_dir) |
virtual FArrayBox * | create (const Box &a_box, int a_ncomps, const DataIndex &a_datInd) const |
Protected Attributes | |
int | m_dir |
virtual FaceFabDataFactory::~FaceFabDataFactory | ( | ) | [inline, virtual] |
FaceFabDataFactory::FaceFabDataFactory | ( | const int | a_dir | ) |
void FaceFabDataFactory::define | ( | const int | a_dir | ) |
virtual FArrayBox* FaceFabDataFactory::create | ( | const Box & | a_box, | |
int | a_ncomps, | |||
const DataIndex & | a_datInd | |||
) | const [virtual] |
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< FArrayBox >.
int FaceFabDataFactory::m_dir [protected] |