g4tools
5.4.0
|
Public Member Functions | |
virtual void * | cast (const std::string &a_class) const |
virtual plottable * | copy () const |
c2d2plot_cp (const histo::c2d &a_data) | |
virtual | ~c2d2plot_cp () |
c2d2plot_cp (const c2d2plot_cp &a_from) | |
c2d2plot_cp & | operator= (const c2d2plot_cp &a_from) |
Public Member Functions inherited from tools::sg::c2d2plot | |
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 float | x_axis_min () const |
virtual float | x_axis_max () const |
virtual float | y_axis_min () const |
virtual float | y_axis_max () const |
virtual unsigned int | points () const |
virtual bool | ith_point (unsigned int a_index, float &a_x, float &a_y) const |
c2d2plot (const histo::c2d &a_data) | |
virtual | ~c2d2plot () |
c2d2plot (const c2d2plot &a_from) | |
c2d2plot & | operator= (const c2d2plot &a_from) |
Public Member Functions inherited from tools::sg::points2D | |
virtual | ~points2D () |
Public Member Functions inherited from tools::sg::plottable | |
virtual | ~plottable () |
Protected Attributes | |
histo::c2d | m_cp |
Protected Attributes inherited from tools::sg::c2d2plot | |
const histo::c2d & | m_data |
std::string | m_name |
std::string | m_legend |
Definition at line 12 of file cloud2plot_cp.
|
inline |
Definition at line 23 of file cloud2plot_cp.
|
inlinevirtual |
Definition at line 31 of file cloud2plot_cp.
|
inline |
Definition at line 37 of file cloud2plot_cp.
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 45 of file cloud2plot_cp.
|
protected |
Definition at line 51 of file cloud2plot_cp.