26 #ifndef __TERRALIB_RP_INTERNAL_MIXTUREMODEL_H    27 #define __TERRALIB_RP_INTERNAL_MIXTUREMODEL_H    36 #include <boost/numeric/ublas/matrix.hpp>   101             void reset() 
throw(te::rp::Exception);
   143             void reset() 
throw(te::rp::Exception);
   176         bool isInitialized() const;
   179         bool setTransformMatrix(boost::numeric::ublas::matrix<
double>& matrix);
   182         bool generateTransformMatrix(boost::numeric::ublas::matrix<
double>& matrix);
   186         bool m_instanceInitialized;                        
 std::vector< double > m_min
Minimun value calculeted in output raster. 
 
Raster decomposition using mixture model. 
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ). 
 
Base exception class for plugin module. 
 
Raster Processing algorithm output parameters base interface. 
 
Raster Processing algorithm base interface class. 
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the raster (as described in te::raster::RasterFactory). 
 
Raster Processing algorithm base interface. 
 
std::vector< double > m_max
Maximum value calculeted in output raster. 
 
An abstract class for raster data strucutures. 
 
Raster strategy parameters base class. 
 
Raster strategy parameters base class. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Abstract parameters base interface. 
 
MixtureModel output parameters. 
 
Configuration flags for the Raster Processing module of TerraLib. 
 
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
A pointer to the generated output raster, one band per component plus one error band per component (w...
 
bool m_createErrorRaster
A flag to indicate that output raster will include the error bands.