TerraLib 4.1
TePDIRegisterFactory Class Reference

This is the class for image registering algorithms factory. More...

#include <TePDIRegisterFactory.hpp>

Inheritance diagram for TePDIRegisterFactory:
TePDIAlgorithmFactory TeFactory< TePDIAlgorithm, TePDIParameters >

List of all members.

Public Member Functions

 TePDIRegisterFactory ()
 Default constructor.
 ~TePDIRegisterFactory ()
 Default Destructor.

Protected Member Functions

TePDIAlgorithmbuild (const TePDIParameters &arg)
 Implementation for the abstract TeFactory::build.

Detailed Description

This is the class for image registering algorithms factory.

Author:
Emiliano F. Castejon <castejon@dpi.inpe.br>

Constructor & Destructor Documentation

TePDIRegisterFactory::TePDIRegisterFactory ( )

Default constructor.

TePDIRegisterFactory::~TePDIRegisterFactory ( )

Default Destructor.


Member Function Documentation

TePDIAlgorithm * TePDIRegisterFactory::build ( const TePDIParameters arg) [protected, virtual]

Implementation for the abstract TeFactory::build.

Parameters:
argA const reference to the parameters used by the algorithm.
Returns:
A pointer to the new generated algorithm instance.

Implements TeFactory< TePDIAlgorithm, TePDIParameters >.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines