50 AxisTick(
double v,
const std::string & s );
53 double value ( )
const;
56 void setValue (
double );
59 const std::string & content ( )
const;
62 void setContent (
const std::string & );
67 #endif // _AxisTick_H_
#define MDL_HIPPOPLOT_API
A class to maintain tick coordinates and string values.
double m_v
The value at the coordinate.
std::string m_c
The content at the coordinate.