25 #ifndef __TERRALIB_RP_INTERNAL_CLASSIFIER_H 
   26 #define __TERRALIB_RP_INTERNAL_CLASSIFIER_H 
  103             void reset() 
throw(te::rp::Exception);
 
  144             void reset() 
throw(te::rp::Exception);
 
  168         void reset() throw(te::rp::Exception);
 
  173         bool isInitialized() const;
 
  177         bool m_instanceInitialized;                        
 
std::vector< te::gm::Polygon * > m_inputPolygons
The polygons to be classified when using object-based image analysis (OBIA). 
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ). 
 
Raster strategy parameters base class. 
 
Raster Processing algorithm base interface class. 
 
Raster strategy parameters base class. 
 
te::rst::Raster const * m_inputRasterPtr
Input raster. 
 
Raster Processing algorithm base interface. 
 
std::vector< unsigned int > m_inputRasterBands
Bands to be processed from the input raster. 
 
Abstract parameters base interface. 
 
Classifier output parameters. 
 
std::auto_ptr< te::rst::Raster > m_outputRasterPtr
A pointer to the generated output raster (label image). 
 
Configuration flags for the Raster Processing module of TerraLib. 
 
std::string m_strategyName
The classifier strategy name see each te::rp::ClassifierStrategyFactory inherited classes documentati...
 
StrategyParameters * m_classifierStrategyParamsPtr
Internal specific classifier strategy parameters. 
 
Raster Processing algorithm output parameters base interface. 
 
An abstract class for raster data strucutures. 
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the raster (as described in te::raster::RasterFactory). 
 
Classifier input parameters. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Raster Processing algorithm input parameters base interface.