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_
#define MDL_HIPPOPLOT_API
hippodraw::SymbolPointRep class interface
std::vector< Color > m_colors
A cache of the colors to be used.
A transform that transforms coordinates from one coordinate system to another.
The base class for the value to the color transformation.
Type
Enumeration of the type of symbols supported by this class.
Value
A few common colors.
A PointRep class draws a symbol to represent the value.
numeric::array clone(numeric::array arr)
intp size(numeric::array arr)
A PointRep class draws a symbol to represent the coordinate in a color that represents the value...
The abstract base class for views.
BinToColor * m_color_gen
The color scale generator.
The base class for the point representation hierarchy.
Base class for DataSource.