26#ifndef __TERRALIB_FE_INTERNAL_EXPRESSION_H 
   27#define __TERRALIB_FE_INTERNAL_EXPRESSION_H 
   30#include "../common/BaseVisitable.h" 
#define TE_DEFINE_VISITABLE
 
The root of all hierarchies that can be visited.
 
This is an abstract class that models a Filter Encoding expression.
 
virtual Expression * clone() const =0
It returns a clone of this object.
 
virtual ~Expression()
Virtual destructor.
 
Expression(const Expression &rhs)
No copy constructor allowed.
 
Expression & operator=(const Expression &rhs)
No assignment operator allowed.
 
Expression()
It initializes a new Expression.
 
A visitor interface for the SymbologyEncoding hierarchy.
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).