|
Jpp
19.1.0
the software that should make you happy
|
Data structure for graph data. More...
#include <JGraph2D.hh>
Public Member Functions | |
| void | put (const Double_t x, const Double_t y, const Double_t z) |
| Put data. More... | |
Public Attributes | |
| std::vector< Double_t > | X |
| abscissa values More... | |
| std::vector< Double_t > | Y |
| abscissa values More... | |
| std::vector< Double_t > | Z |
| ordinate values More... | |
Data structure for graph data.
Definition at line 21 of file JGraph2D.hh.
|
inline |
Put data.
| x | abscissa value |
| y | abscissa value |
| z | ordinate value |
Definition at line 29 of file JGraph2D.hh.
| std::vector<Double_t> JROOT::JGraph2D_t::X |
abscissa values
Definition at line 36 of file JGraph2D.hh.
| std::vector<Double_t> JROOT::JGraph2D_t::Y |
abscissa values
Definition at line 37 of file JGraph2D.hh.
| std::vector<Double_t> JROOT::JGraph2D_t::Z |
ordinate values
Definition at line 38 of file JGraph2D.hh.