26 #ifndef __TERRALIB_FE_INTERNAL_BINARYLOGICOP_H    27 #define __TERRALIB_FE_INTERNAL_BINARYLOGICOP_H    89         BinaryLogicOp(
const char* opName,
    94         virtual ~BinaryLogicOp();
   108         std::size_t size() 
const;
   151 #endif  // __TERRALIB_FE_INTERNAL_BINARYLOGICOP_H #define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A logical operator can be used to combine one or more conditional expressions. 
 
std::vector< AbstractOp * > m_ops
Mandatory at least two. 
 
#define TE_DEFINE_VISITABLE
 
An abstract interface for operators. 
 
A logical operator can be used to combine one or more conditional expressions. 
 
A logical operator can be used to combine two or more conditional expressions.