LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::scalarValuedInterpolatorFactory< T > Class Template Reference

This class defines a factory for interpolator functors derived from lti::scalarValuedInterpolation<T>. More...

#include <ltiScalarValuedInterpolatorFactory.h>

Inheritance diagram for lti::scalarValuedInterpolatorFactory< T >:
Inheritance graph
[legend]
Collaboration diagram for lti::scalarValuedInterpolatorFactory< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 scalarValuedInterpolatorFactory ()
virtual ~scalarValuedInterpolatorFactory ()
virtual const char * getTypeName () const
virtual
scalarValuedInterpolation< T > * 
newInstance (const char *name) const
virtual
scalarValuedInterpolation< T > * 
newInstance (const std::string &name) const

Detailed Description

template<class T>
class lti::scalarValuedInterpolatorFactory< T >

This class defines a factory for interpolator functors derived from lti::scalarValuedInterpolation<T>.

The factory is a template class, where the template parameter T describes the lti::scalarValueInterpolator template type.

See also:
lti::objectFactory

Constructor & Destructor Documentation

Constructor.

template<class T >
virtual lti::scalarValuedInterpolatorFactory< T >::~scalarValuedInterpolatorFactory (  )  [virtual]

Destructor.


Member Function Documentation

template<class T >
virtual const char* lti::scalarValuedInterpolatorFactory< T >::getTypeName (  )  const [virtual]

returns the name of this type ("scalarValuedInterpolatorFactory")

Reimplemented from lti::object.

template<class T >
virtual scalarValuedInterpolation<T>* lti::scalarValuedInterpolatorFactory< T >::newInstance ( const std::string &  name  )  const [virtual]

Creates a new instance of the class whose name is given as parameter, if this class is known to the factory.

Otherwise, it returns null.

Parameters:
name name of the to-be instantiated class.
Returns:
a new instance.
template<class T >
virtual scalarValuedInterpolation<T>* lti::scalarValuedInterpolatorFactory< T >::newInstance ( const char *  name  )  const [inline, virtual]

Creates a new instance of the class whose name is given as parameter, if this class is known to the factory.

Otherwise, it returns null.

Parameters:
name name of the to-be instantiated class.
Returns:
a new instance.

The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:27:48 2010 for LTI-Lib by Doxygen 1.6.1