a class for creating Function objects from Records More...
#include <AbstractFunctionFactory.h>
Public Member Functions | |
FunctionFactory () | |
FunctionFactory (const FunctionFactory< T > &factory) | |
virtual | ~FunctionFactory () |
virtual Function< T > * | create (const Record &gr) const =0 throw (FunctionFactoryError) |
FunctionFactory< T > & | operator= (const FunctionFactory< T > &factory) |
a class for creating Function objects from Records
Public interface
This class is based on the Factory pattern, similar to the ApplicationObjectFactory
Definition at line 85 of file AbstractFunctionFactory.h.
casacore::FunctionFactory< T >::FunctionFactory | ( | ) | [inline] |
Definition at line 88 of file AbstractFunctionFactory.h.
casacore::FunctionFactory< T >::FunctionFactory | ( | const FunctionFactory< T > & | factory | ) | [inline] |
Definition at line 89 of file AbstractFunctionFactory.h.
virtual casacore::FunctionFactory< T >::~FunctionFactory | ( | ) | [inline, virtual] |
Definition at line 90 of file AbstractFunctionFactory.h.
virtual Function<T>* casacore::FunctionFactory< T >::create | ( | const Record & | gr | ) | const throw (FunctionFactoryError) [pure virtual] |
Implemented in casacore::EclecticFunctionFactory< T >, and casacore::SpecificFunctionFactory< T, F >.
FunctionFactory<T>& casacore::FunctionFactory< T >::operator= | ( | const FunctionFactory< T > & | factory | ) | [inline] |
Reimplemented in casacore::EclecticFunctionFactory< T >, and casacore::SpecificFunctionFactory< T, F >.
Definition at line 93 of file AbstractFunctionFactory.h.