PlotData Class Reference

#include <plot_data.hh>

Inherits ost::gui::PlotDataBase.


Public Member Functions

 PlotData ()
virtual ~PlotData ()
virtual Real GetMinimumX ()
virtual Real GetMaximumX ()
virtual Real GetMinimumY ()
virtual Real GetMaximumY ()
void AddXY (Real x, Real y, const QString &info="")
void AddXYQ (Real x, Real y, Real Q, const QString &info="")
void AddXYEQ (Real x, Real y, Real e, Real q, const QString &info="")
void AddXYE (Real x, Real y, Real e, const QString &info="")
void AddXEYE (Real x, Real ex, Real y, Real ey, const QString &info="")
void AddXEYEQ (Real x, Real ex, Real y, Real ey, Real Q, const QString &info="")
void AddY (Real y, const QString &info="")
void AddYQ (Real y, Real Q, const QString &info="")
void AddYE (Real y, Real e, const QString &info="")
void AddYEQ (Real y, Real ey, Real Q, const QString &info="")
void Clear ()
PlotDataEntry GetPlotDataEntry (unsigned int idx)
unsigned int GetCount ()

Protected Attributes

Real minx_
Real maxx_
Real miny_
Real maxy_
std::vector< PlotDataEntrypde_vector_


Detailed Description

Definition at line 37 of file plot_data.hh.


Constructor & Destructor Documentation

PlotData (  ) 

virtual ~PlotData (  )  [virtual]


Member Function Documentation

void AddXEYE ( Real  x,
Real  ex,
Real  y,
Real  ey,
const QString &  info = "" 
)

void AddXEYEQ ( Real  x,
Real  ex,
Real  y,
Real  ey,
Real  Q,
const QString &  info = "" 
)

void AddXY ( Real  x,
Real  y,
const QString &  info = "" 
)

void AddXYE ( Real  x,
Real  y,
Real  e,
const QString &  info = "" 
)

void AddXYEQ ( Real  x,
Real  y,
Real  e,
Real  q,
const QString &  info = "" 
)

void AddXYQ ( Real  x,
Real  y,
Real  Q,
const QString &  info = "" 
)

void AddY ( Real  y,
const QString &  info = "" 
)

void AddYE ( Real  y,
Real  e,
const QString &  info = "" 
)

void AddYEQ ( Real  y,
Real  ey,
Real  Q,
const QString &  info = "" 
)

void AddYQ ( Real  y,
Real  Q,
const QString &  info = "" 
)

void Clear (  ) 

unsigned int GetCount (  ) 

virtual Real GetMaximumX (  )  [virtual]

virtual Real GetMaximumY (  )  [virtual]

virtual Real GetMinimumX (  )  [virtual]

virtual Real GetMinimumY (  )  [virtual]

PlotDataEntry GetPlotDataEntry ( unsigned int  idx  ) 


Field Documentation

Real maxx_ [protected]

Definition at line 65 of file plot_data.hh.

Real maxy_ [protected]

Definition at line 67 of file plot_data.hh.

Real minx_ [protected]

Definition at line 64 of file plot_data.hh.

Real miny_ [protected]

Definition at line 66 of file plot_data.hh.

std::vector<PlotDataEntry> pde_vector_ [protected]

Definition at line 68 of file plot_data.hh.


The documentation for this class was generated from the following file:

Generated on Fri Jul 2 14:23:06 2010 for OpenStructure by  doxygen 1.5.8