26 #ifndef __TERRALIB_SE_INTERNAL_INTERPOLATIONPOINT_H 
   27 #define __TERRALIB_SE_INTERNAL_INTERPOLATIONPOINT_H 
   30 #include "../fe/Expression.h" 
This is an abstract class that models a Filter Encoding expression.
 
They are used to define a graph of points.
 
InterpolationPoint()
It initializes a new InterpolationPoint.
 
ParameterValue * getValue() const
 
InterpolationPoint & operator=(const InterpolationPoint &rhs)
No assignment operator allowed.
 
ParameterValue * m_value
Mandatory.
 
virtual InterpolationPoint * clone() const
It returns a clone of this object.
 
InterpolationPoint(const InterpolationPoint &rhs)
Copy constructor.
 
void setValue(ParameterValue *v)
 
~InterpolationPoint()
Destructor.
 
void setData(const double &d)
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
 
#define TESEEXPORT
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).