69 const std::vector < double > &
virtual bool hasControlPoints() const
Returns true if class has control points by which the value to color transform can be varied...
double m_dv
The distance of the expected values, i.e.
std::vector< double > m_control_points
A set of control points that might be used for the value to color transform.
double m_vmin
The minimum value expected.
hippodraw::BinToColor class interface
virtual bool isUserDefined() const
Returns true if object can be user defined.
virtual bool acceptChangeColor() const
Returns true if object can accept changing color,i.e.
double length() const
Returns the length of the range object.
std::string m_name
The name of this value transform.
const std::string & name() const
Returns the name of the value to color transform.
Range getRange() const
Get the Range of expected values.
void setRange(const Range &r)
Sets the range of the values passed.
BinToColor(const char *name)
The constructor.
double low() const
Returns the minimum of the range object.
Expresses a range of values.
virtual void setControlPoints(const std::vector< double > &points)
Set the value of the control points.
virtual ~BinToColor()
The destructor.
The base class for the value to the color transformation.
const std::vector< double > & getControlPoints() const
Returns a list of control points.