#include <BoxLayoutData.H>
Inheritance diagram for DefaultDataFactory< T >:
Public Methods | |
virtual T * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const |
factory function. creates a new 'T' object |
|
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 >. |