g4tools
5.4.0
|
Public Member Functions | |
virtual void * | cast (const std::string &a_class) const |
virtual plottable * | copy () const |
c3d2plot_cp (const histo::c3d &a_data) | |
virtual | ~c3d2plot_cp () |
c3d2plot_cp (const c3d2plot_cp &a_from) | |
c3d2plot_cp & | operator= (const c3d2plot_cp &a_from) |
Public Member Functions inherited from tools::sg::c3d2plot | |
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 float | z_axis_min () const |
virtual float | z_axis_max () const |
virtual unsigned int | points () const |
virtual bool | ith_point (unsigned int a_index, float &a_x, float &a_y, float &a_z) const |
c3d2plot (const histo::c3d &a_data) | |
virtual | ~c3d2plot () |
c3d2plot (const c3d2plot &a_from) | |
c3d2plot & | operator= (const c3d2plot &a_from) |
Public Member Functions inherited from tools::sg::points3D | |
virtual | ~points3D () |
Public Member Functions inherited from tools::sg::plottable | |
virtual | ~plottable () |
Protected Attributes | |
histo::c3d | m_cp |
Protected Attributes inherited from tools::sg::c3d2plot | |
const histo::c3d & | m_data |
std::string | m_name |
std::string | m_legend |
Definition at line 54 of file cloud2plot_cp.
|
inline |
Definition at line 65 of file cloud2plot_cp.
|
inlinevirtual |
Definition at line 73 of file cloud2plot_cp.
|
inline |
Definition at line 79 of file cloud2plot_cp.
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 87 of file cloud2plot_cp.
|
protected |
Definition at line 93 of file cloud2plot_cp.