14 #ifndef OSGTERRAIN_VALIDDATAOPERATOR
15 #define OSGTERRAIN_VALIDDATAOPERATOR 1
17 #include <osg/Referenced>
21 #include <osgTerrain/Export>
void setRange(float minValue, float maxValue)
virtual bool operator()(float value) const
void setNoDataValue(float value)
virtual bool operator()(const osg::Vec4 &value) const
virtual bool operator()(const osg::Vec3 &value) const
virtual bool operator()(float) const
float getMaxValue() const
void setMaxValue(float maxValue)
float getMinValue() const
virtual bool operator()(float value) const
ValidRange(float minValue, float maxValue)
void setMinValue(float minValue)
virtual bool operator()(const osg::Vec2 &value) const