#include <Graph.h>
Inheritance diagram for oh::Graph:
Public Types | |
None | |
Symmetric | |
Asymmetric | |
AsymBent | |
enum | ErrorStyle { None, Symmetric, Asymmetric, AsymBent } |
Static Public Member Functions | |
static const ISType & | type () |
Public Attributes | |
std::string | title |
unsigned long | entries |
std::vector< double > | errors |
ErrorStyle | errorStyle |
std::vector< double > | points |
std::vector< Axis > | axes |
Protected Member Functions | |
Graph (const std::string &type) | |
void | publishGuts (ISostream &out) |
void | refreshGuts (ISistream &in) |
std::vector<Axis> oh::Graph::axes |
Graph axes
unsigned long oh::Graph::entries |
Number of points in the graph
std::vector<double> oh::Graph::errors |
Optional error values for the points
ErrorStyle oh::Graph::errorStyle |
What are the errors: None(TGraph), Symmetric(TGraphErrors),Asymmetric(TGraphAymmErrors),AsymBent(TGraphBent)
std::vector<double> oh::Graph::points |
Values of all the points in the graph
std::string oh::Graph::title |
Graph title