Go to the documentation of this file.
26 #ifndef __TERRALIB_SE_INTERNAL_INTERPOLATIONPOINT_H
27 #define __TERRALIB_SE_INTERNAL_INTERPOLATIONPOINT_H
30 #include "../fe/Expression.h"
118 #endif // __TERRALIB_SE_INTERNAL_INTERPOLATIONPOINT_H
They are used to define a graph of points.
InterpolationPoint(const InterpolationPoint &rhs)
Copy constructor.
ParameterValue * getValue() const
InterpolationPoint()
It initializes a new InterpolationPoint.
InterpolationPoint & operator=(const InterpolationPoint &rhs)
No assignment operator allowed.
ParameterValue * m_value
Mandatory.
~InterpolationPoint()
Destructor.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
void setData(const double &d)
virtual InterpolationPoint * clone() const
It returns a clone of this object.
void setValue(ParameterValue *v)
This is an abstract class that models a Filter Encoding expression.
Proxy configuration file for TerraView (see terraview_config.h).
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.