g4tools
5.4.0
|
Public Member Functions | |
virtual void * | cast (const std::string &a_class) const |
f2d2plot_cp (const T &a_data) | |
virtual | ~f2d2plot_cp () |
f2d2plot_cp (const f2d2plot_cp &a_from) | |
f2d2plot_cp & | operator= (const f2d2plot_cp &a_from) |
Public Member Functions inherited from tools::sg::f2d2plot< T > | |
virtual plottable * | copy () const |
virtual bool | is_valid () const |
virtual const std::string & | name () const |
virtual void | set_name (const std::string &a_s) |
virtual const std::string & | title () const |
virtual const std::string & | legend () const |
virtual void | set_legend (const std::string &a_s) |
virtual void | infos (const std::string &a_opts, std::string &a_sinfos) const |
virtual bool | value (float a_x, float a_y, float &a_v) const |
virtual unsigned int | x_steps () const |
virtual float | x_min () const |
virtual float | x_max () const |
virtual unsigned int | y_steps () const |
virtual float | y_min () const |
virtual float | y_max () const |
f2d2plot (const T &a_data) | |
virtual | ~f2d2plot () |
f2d2plot (const f2d2plot &a_from) | |
f2d2plot & | operator= (const f2d2plot &a_from) |
void | set_title (const std::string &a_s) |
Public Member Functions inherited from tools::sg::func2D | |
virtual | ~func2D () |
Public Member Functions inherited from tools::sg::plottable | |
virtual | ~plottable () |
Protected Attributes | |
T | m_cp |
Protected Attributes inherited from tools::sg::f2d2plot< T > | |
const T & | m_data |
std::string | m_name |
std::string | m_legend |
std::string | m_title |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inline |
|
protected |