20 #ifndef __TERRALIB_RP_INTERNAL_COMPOSITION_H 
   21 #define __TERRALIB_RP_INTERNAL_COMPOSITION_H 
   26 #include "../raster/Interpolator.h" 
   93             AbstractParameters* clone() const;
 
  126             AbstractParameters* clone() const;
 
  142         bool isInitialized() const;
 
  148         bool m_isInitialized; 
 
Raster Processing algorithm output parameters base interface.
 
Raster Processing algorithm base interface.
 
Composition output parameters.
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
 
OutputParameters(const OutputParameters &)
 
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output mosaic raster.
 
void reset() _NOEXCEPT_OP(false)
Clear all internal allocated resources and reset the parameters instance to its initial state.
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ).
 
Create a composition (a mosaic created using user defined rules) from a set of geo-referenced rasters...
 
Feeder from a input rasters.
 
InterpolationMethod
Allowed interpolation methods.
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.