#include <Graph2D.h>
Inheritance diagram for oh::Graph2D:
Public Types | |
None | |
Symmetric | |
enum | ErrorStyle { None, Symmetric } |
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 | |
Graph2D (const std::string &type) | |
void | publishGuts (ISostream &out) |
void | refreshGuts (ISistream &in) |
std::vector<Axis> oh::Graph2D::axes |
Graph axes
unsigned long oh::Graph2D::entries |
Number of points in the graph
std::vector<double> oh::Graph2D::errors |
Optional error values for the points
ErrorStyle oh::Graph2D::errorStyle |
How to use the errors: None(TGraph2D), Symmetric(TGraph2DErrors)
std::vector<double> oh::Graph2D::points |
Values of all the points in the graph
std::string oh::Graph2D::title |
Graph title