#include <BoxLayoutData.H>
Inheritance diagram for DataFactory< T >:
Public Methods | |
virtual T * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const=0 |
factory function. creates a new 'T' object | |
virtual bool | callDelete () const |
|
|
|
factory function. creates a new 'T' object creates a new 'T' object and returns a pointer to it. Implemented in DefaultDataFactory< T >, FABAliasDataFactory, AliasDataFactory< T >, and BinFabFactory< T >. |