#include <utility.hh>
Inheritance diagram for RVL::Factory< T >:
Public Member Functions | |
Factory () | |
Factory (Factory< T > const &) | |
virtual | ~Factory () |
virtual T * | build () const =0 |
generic build method |
Should be able to say what it does, hence child of Writeable.
Definition at line 277 of file utility.hh.
RVL::Factory< T >::Factory | ( | ) |
Definition at line 281 of file utility.hh.
RVL::Factory< T >::Factory | ( | Factory< T > const & | ) |
Definition at line 282 of file utility.hh.
virtual RVL::Factory< T >::~Factory | ( | ) | [virtual] |
Definition at line 283 of file utility.hh.
virtual T* RVL::Factory< T >::build | ( | ) | const [pure virtual] |
generic build method
Implemented in RVL::SpaceDCF< Scalar >.
Referenced by RVL::StdSpace< Scalar, DataType >::buildDataContainer(), and RVL::StdProductDataContainer::push().