14 #ifndef _ColorSymbolPointRep_H_ 15 #define _ColorSymbolPointRep_H_ 63 virtual const BinToColor * getValueTransform ( )
const;
64 virtual void setValueTransform (
BinToColor * );
65 virtual void drawProjectedValues (
const DataSource * ntuple,
77 #endif // _ColorSymbolPointRep_H_ Type
Enumeration of the type of symbols supported by this class.
A PointRep class draws a symbol to represent the coordinate in a color that represents the value...
Value
A few common colors.
Base class for DataSource.
BinToColor * m_color_gen
The color scale generator.
intp size(numeric::array arr)
std::vector< Color > m_colors
A cache of the colors to be used.
The base class for the point representation hierarchy.
#define MDL_HIPPOPLOT_API
A transform that transforms coordinates from one coordinate system to another.
The abstract base class for views.
A PointRep class draws a symbol to represent the value.
numeric::array clone(numeric::array arr)
The base class for the value to the color transformation.
hippodraw::SymbolPointRep class interface