26 #ifndef __TERRALIB_RP_INTERNAL_MIXTUREMODEL_H 
   27 #define __TERRALIB_RP_INTERNAL_MIXTUREMODEL_H 
   98             void reset() 
throw(te::rp::Exception);
 
  140             void reset() 
throw(te::rp::Exception);
 
  166         void reset() throw(te::rp::Exception);
 
  171         bool isInitialized() const;
 
  175         bool m_instanceInitialized;                        
 
Raster decomposition using mixture model. 
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ). 
 
Raster Processing algorithm output parameters base interface. 
 
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. 
 
bool m_normalizeOutput
A flag to indicate that output raster will be normalized, by default [0, 255]. 
 
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. 
 
Raster Processing algorithm base interface class. 
 
std::auto_ptr< te::rst::Raster > m_outputRasterPtr
A pointer to the generated output raster, one band per component plus one error band per component (w...
 
Abstract parameters base interface. 
 
MixtureModel output parameters. 
 
Configuration flags for the Raster Processing module of TerraLib. 
 
bool m_createErrorRaster
A flag to indicate that output raster will include the error bands.