#include <BoxLayoutData.H>
Inheritance diagram for FABAliasDataFactory:
Public Member Functions | |
virtual | ~FABAliasDataFactory () |
FABAliasDataFactory (const LayoutData< Real * > &aliases) | |
void | define (const LayoutData< Real * > &aliases) |
virtual FArrayBox * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const |
factory function. creates a new 'T' object using an aliased dataPtr for T | |
Protected Attributes | |
LayoutData< Real * > | aliasPtrs |
|
|
|
|
|
factory function. creates a new 'T' object using an aliased dataPtr for T 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 >. |
|
|
|
|