26 #ifndef __TERRALIB_SERIALIZATION_SE_INTERNAL_CONTRASTENHANCEMENT_H 
   27 #define __TERRALIB_SERIALIZATION_SE_INTERNAL_CONTRASTENHANCEMENT_H 
   30 #include "../Config.h" 
   34   namespace se { 
class ContrastEnhancement; }
 
   51 #endif  // __TERRALIB_SERIALIZATION_SE_INTERNAL_CONTRASTENHANCEMENT_H 
This class models a XML reader object. 
 
#define TESERIALIZATIONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TESERIALIZATIONEXPORT te::se::ContrastEnhancement * ReadContrastEnhancement(te::xml::Reader &reader)
 
TESERIALIZATIONEXPORT void Save(const te::fe::Filter *filter, te::xml::Writer &writer)
 
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
 
This class models a XML writer object.