26#ifndef __TERRALIB_FE_INTERNAL_COMPARISONOP_H
27#define __TERRALIB_FE_INTERNAL_COMPARISONOP_H
#define TE_DEFINE_VISITABLE
An abstract interface for operators.
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
ComparisonOp(const char *opName=0)
It initializes the Comparison operator.
AbstractOp * clone() const
It creates a new copy of this object.
virtual ~ComparisonOp()
Virtual destructor.
Auxiliary classes and functions to serialize filter operations from a XML document.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.