oh::Graph2D Class Reference

#include <Graph2D.h>

Inheritance diagram for oh::Graph2D:

oh::Object List of all members.

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< Axisaxes

Protected Member Functions

 Graph2D (const std::string &type)
void publishGuts (ISostream &out)
void refreshGuts (ISistream &in)

Detailed Description

Used to store 2 dimensional graphs in the IS

Author:
generated by the IS tool
Version:
13/12/06


Member Data Documentation

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


The documentation for this class was generated from the following file:
Generated on Thu Dec 21 16:26:03 2006 for OH User API by  doxygen 1.4.7