27 #include "../../se/ContrastEnhancement.h" 
   28 #include "../../xml/Reader.h" 
   29 #include "../../xml/Writer.h" 
Utility methods for Symbology serialization. 
 
ContrastEnhancementType
The type of contrast enhancement. 
 
This class models a XML reader object. 
 
virtual bool next()=0
It gets the next event to be read. 
 
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
 
virtual double getElementValueAsDouble() const 
It returns the element data value in the case of VALUE node. 
 
virtual void writeStartElement(const std::string &qName)
 
virtual void writeEndElement(const std::string &qName)
 
TESERIALIZATIONEXPORT te::se::ContrastEnhancement * ReadContrastEnhancement(te::xml::Reader &reader)
 
TESERIALIZATIONEXPORT void Save(const te::fe::Filter *filter, te::xml::Writer &writer)
 
double getGammaValue() const 
 
virtual void writeElement(const std::string &qName, const std::string &value)
 
ContrastEnhancementType getContrastEnhancementType() const 
 
virtual NodeType getNodeType() const =0
It return the type of node read. 
 
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
 
virtual std::string getElementLocalName() const =0
It returns the local part of the element name in the case of an element node. 
 
This class models a XML writer object.