25 #ifndef __TERRALIB_RP_INTERNAL_PCAFUSION_H    26 #define __TERRALIB_RP_INTERNAL_PCAFUSION_H    29 #include "../raster/Raster.h"    30 #include "../raster/Band.h"    31 #include "../raster/Interpolator.h"    89             AbstractParameters* clone() const;
   119             AbstractParameters* clone() const;
   136         bool isInitialized() const;
   142         bool m_isInitialized; 
   149         bool loadRessampledRaster( std::unique_ptr< 
te::rst::Raster >& ressampledRasterPtr ) const;         
   157         bool swapBandByHighResRaster( 
te::rst::Raster& pcaRaster, const 
unsigned int pcaRasterBandIdx );          
 
Base exception class for plugin module. 
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ). 
 
Raster Processing algorithm output parameters base interface. 
 
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output fused raster. 
 
PCAFusion output parameters. 
 
Raster Processing algorithm base interface class. 
 
Fusion of a low-resolution multi-band image with a high resolution image using the PCA (Principal com...
 
InterpolationMethod
Allowed interpolation methods. 
 
Raster Processing algorithm base interface. 
 
An abstract class for raster data strucutures. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).