serialization/xml/AbstractOp.cpp File Reference

Auxiliary classes and functions to serialize filter operations from a XML document. More...

Go to the source code of this file.

Functions

std::string GetQualifiedName (const te::fe::AbstractOp *op)
 
te::fe::AbstractOp * BinaryComparsionOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * BetweenReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * LikeReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * NullReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * BinaryLogicOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * UnaryLogicOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * BinarySpatialOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * DistanceBufferReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOp * BBOXReader (const char *opName, te::xml::Reader &reader)
 
void BinaryComparsionOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BetweenWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void LikeWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void NullWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BinaryLogicOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void UnaryLogicOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BinarySpatialOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void DistanceBufferOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BBOXWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 

Detailed Description

Auxiliary classes and functions to serialize filter operations from a XML document.

Definition in file serialization/xml/AbstractOp.cpp.

Function Documentation