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

lti::homographyEstimatorFactory Class Reference

This class defines a factory for homography estimator functors. More...

#include <ltiHomographyEstimatorFactory.h>

Inheritance diagram for lti::homographyEstimatorFactory:
Inheritance graph
[legend]
Collaboration diagram for lti::homographyEstimatorFactory:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 homographyEstimatorFactory ()
virtual ~homographyEstimatorFactory ()
virtual const char * getTypeName () const
virtual homographyEstimatorBasenewInstance (const char *name) const
virtual homographyEstimatorBasenewInstance (const std::string &name) const
virtual homographyEstimatorBasenewInstance (eTransformEstimatorType &name) const

Detailed Description

This class defines a factory for homography estimator functors.

The applications should check if this functor returns a valid instance (not null pointer).


Constructor & Destructor Documentation

lti::homographyEstimatorFactory::homographyEstimatorFactory (  ) 

Constructor.

virtual lti::homographyEstimatorFactory::~homographyEstimatorFactory (  )  [virtual]

Destructor.


Member Function Documentation

virtual const char* lti::homographyEstimatorFactory::getTypeName (  )  const [virtual]

returns the name of this type ("homographyEstimatorFactory")

Reimplemented from lti::object.

virtual homographyEstimatorBase* lti::homographyEstimatorFactory::newInstance ( eTransformEstimatorType 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 type of the to-be instantiated class.
Returns:
a new instance.
virtual homographyEstimatorBase* lti::homographyEstimatorFactory::newInstance ( const std::string &  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.

References newInstance().

virtual homographyEstimatorBase* lti::homographyEstimatorFactory::newInstance ( const char *  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.

Referenced by newInstance().


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

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