25#ifndef __TERRALIB_RP_INTERNAL_REGISTER_H
26#define __TERRALIB_RP_INTERNAL_REGISTER_H
2D Geometric transformation parameters.
It interpolates one pixel based on a selected algorithm.
AbstractParameters()
Constructor.
An Envelope defines a 2D rectangular region.
Raster Processing algorithm output parameters base interface.
AlgorithmOutputParameters()
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
AbstractParameters * clone() const
Create a clone copy of this instance.
void reset()
Clear all internal allocated resources and reset the parameters instance to its initial state.
const OutputParameters & operator=(const OutputParameters ¶ms)
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ).
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output registered raster.
OutputParameters(const OutputParameters &)
bool m_isInitialized
Tells if this instance is initialized.
bool initialize(const AlgorithmInputParameters &inputParams)
Initialize the algorithm instance making it ready for execution.
bool isInitialized() const
Returns true if the algorithm instance is initialized and ready for execution.
void reset()
Clear all internal allocated objects and reset the algorithm to its initial state.
bool execute(AlgorithmOutputParameters &outputParams)
Executes the algorithm using the supplied parameters.
Register::InputParameters m_inputParameters
Input execution parameters.
InterpolationMethod Method
Allowed interpolation methods.
An abstract class for raster data strucutures.
An Envelope defines a 2D rectangular region.
Namespace for Raster Processing module of TerraLib.
An abstract class for raster data strucutures.
Raster Processing algorithm base interface class.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.