26 #ifndef __TERRALIB_FE_INTERNAL_UNARYLOGICOP_H 
   27 #define __TERRALIB_FE_INTERNAL_UNARYLOGICOP_H 
   74         UnaryLogicOp(
const char* opName, 
AbstractOp* o);
 
   77         virtual ~UnaryLogicOp();
 
  112 #endif  // __TERRALIB_FE_INTERNAL_UNARYLOGICOP_H 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A logical operator that can be used to combine one conditional expressions. 
 
A logical operator can be used to combine one or more conditional expressions. 
 
#define TE_DEFINE_VISITABLE
 
An abstract interface for operators. 
 
AbstractOp * m_op
Mandatory. 
 
A logical operator can be used to combine one or more conditional expressions.