Performs raster data registering into a SRS using a set of tie points. More...
#include <Register.h>
  
 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... | |
Performs raster data registering into a SRS using a set of tie points.
Definition at line 48 of file Register.h.
| te::rp::Register::Register | ( | ) | 
| te::rp::Register::~Register | ( | ) | 
      
  | 
  virtual | ||||||||||||||
Executes the algorithm using the supplied parameters.
| outputParams | Output parameters. | 
Implements te::rp::Algorithm.
      
  | 
  virtual | ||||||||||||||
Initialize the algorithm instance making it ready for execution.
| inputParams | Input parameters. | 
Implements te::rp::Algorithm.
      
  | 
  virtual | 
Returns true if the algorithm instance is initialized and ready for execution.
Implements te::rp::Algorithm.
      
  | 
  virtual | |||||||||||||
Clear all internal allocated objects and reset the algorithm to its initial state.
Implements te::rp::Algorithm.
      
  | 
  protected | 
Input execution parameters.
Definition at line 145 of file Register.h.
      
  | 
  protected | 
Tells if this instance is initialized.
Definition at line 147 of file Register.h.