14 #ifndef _ColorBoxPointRep_H_
15 #define _ColorBoxPointRep_H_
19 class BinaryTransform;
20 class PeriodicBinaryTransform;
47 static void rotate (
double & lat,
double & lon,
48 double alpha,
double beta,
double gamma,
bool negative=
true);
72 virtual const BinToColor * getValueTransform ( )
const;
73 virtual void setValueTransform (
BinToColor * );
75 virtual void drawProjectedValues (
const DataSource * ntuple,
83 virtual void setBoxEdge(
bool show );
89 #endif // _ColorBoxPointRep_H_
#define MDL_HIPPOPLOT_API
A PointRep class that draws a colored box to represent the value.
bool m_need_background
Flag to indicated that background needs to be draw.
A transform that transforms coordinates from one coordinate system to another.
The base class for the value to the color transformation.
BinToColor * m_bin_to_color
The following function transforms the projected value to a color scale.
bool m_box_edge
Flag to indicated that box edge needs to be shown.
Value
A few common colors.
numeric::array clone(numeric::array arr)
The abstract base class for views.
hippodraw::PointRepBase class interface
The base class for the point representation hierarchy.
The base class for the point representation hierarchy.
Base class for DataSource.