#include <BoxLayoutData.H>
Inheritance diagram for AliasDataFactory< T >:
Public Methods | |
virtual | ~AliasDataFactory () |
AliasDataFactory (BoxLayoutData< T > *a_original, const Interval &interval) | |
void | define (BoxLayoutData< T > *a_original, const Interval &interval) |
virtual T * | create (const Box &box, int ncomps, const DataIndex &a_datInd) const |
Protected Attributes | |
BoxLayoutData< T > * | m_origPointer |
Interval | m_interval |
|
|
|
|
|
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 >. |
|
|
|
|
|
|