26 #ifndef __TERRALIB_FE_INTERNAL_LOGICOP_H 
   27 #define __TERRALIB_FE_INTERNAL_LOGICOP_H 
#define TE_DEFINE_VISITABLE
 
An abstract interface for operators.
 
A logical operator can be used to combine one or more conditional expressions.
 
LogicOp(const char *opName=0)
It initializes the LogicOp.
 
AbstractOp * clone() const
It creates a new copy of this object.
 
virtual ~LogicOp()
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.