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