Performs raster data registering into a SRS using a set of tie points. More...

#include <Register.h>

Inheritance diagram for te::rp::Register:
te::rp::Algorithm

Classes

class  InputParameters
 Register input parameters. More...
 
class  OutputParameters
 Register output parameters. More...
 

Public Member Functions

bool execute (AlgorithmOutputParameters &outputParams) throw ( te::rp::Exception )
 Executes the algorithm using the supplied parameters. More...
 
bool initialize (const AlgorithmInputParameters &inputParams) throw ( te::rp::Exception )
 Initialize the algorithm instance making it ready for execution. More...
 
bool isInitialized () const
 Returns true if the algorithm instance is initialized and ready for execution. More...
 
 Register ()
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated objects and reset the algorithm to its initial state. More...
 
 ~Register ()
 

Protected Attributes

Register::InputParameters m_inputParameters
 Input execution parameters. More...
 
bool m_isInitialized
 Tells if this instance is initialized. More...
 

Detailed Description

Performs raster data registering into a SRS using a set of tie points.

Definition at line 48 of file Register.h.

Constructor & Destructor Documentation

te::rp::Register::Register ( )
te::rp::Register::~Register ( )

Member Function Documentation

bool te::rp::Register::execute ( AlgorithmOutputParameters outputParams)
throw (te::rp::Exception
)
virtual

Executes the algorithm using the supplied parameters.

Parameters
outputParamsOutput parameters.
Returns
true if OK, false on errors.

Implements te::rp::Algorithm.

bool te::rp::Register::initialize ( const AlgorithmInputParameters inputParams)
throw (te::rp::Exception
)
virtual

Initialize the algorithm instance making it ready for execution.

Parameters
inputParamsInput parameters.
Returns
true if OK, false on errors.
Note
A return error string can be obtained via te::rp::Module::getLastLogStr()

Implements te::rp::Algorithm.

bool te::rp::Register::isInitialized ( ) const
virtual

Returns true if the algorithm instance is initialized and ready for execution.

Returns
true if the algorithm instance is initialized and ready for execution.

Implements te::rp::Algorithm.

void te::rp::Register::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated objects and reset the algorithm to its initial state.

Implements te::rp::Algorithm.

Member Data Documentation

Register::InputParameters te::rp::Register::m_inputParameters
protected

Input execution parameters.

Definition at line 145 of file Register.h.

bool te::rp::Register::m_isInitialized
protected

Tells if this instance is initialized.

Definition at line 147 of file Register.h.


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