#include <plot_data_info.hh>
Inherits ost::gui::PlotInfoBase.
Public Member Functions | |
| PlotDataInfo (PlotViewerPanel *viewer=0) | |
| PlotDataInfo (const PlotDataInfo &) | |
| virtual PlotDataInfo & | SetSymbol (unsigned int val) |
| virtual PlotDataInfo & | SetSymbolSize (unsigned int val) |
| virtual PlotDataInfo & | SetErrorMode (unsigned int val) |
| virtual PlotDataInfo & | SetQuality (bool val) |
| virtual PlotDataInfo & | SetCallback (const boost::python::object &callback_) |
Data Fields | |
| unsigned int | shape |
| unsigned int | symbolsize |
| unsigned int | errormode |
| Real | errorscalex |
| Real | errorscaley |
| bool | use_weights |
| boost::python::object | callback |
Definition at line 38 of file plot_data_info.hh.
| PlotDataInfo | ( | PlotViewerPanel * | viewer = 0 |
) |
| PlotDataInfo | ( | const PlotDataInfo & | ) |
| virtual PlotDataInfo& SetCallback | ( | const boost::python::object & | callback_ | ) | [virtual] |
| virtual PlotDataInfo& SetErrorMode | ( | unsigned int | val | ) | [virtual] |
| virtual PlotDataInfo& SetQuality | ( | bool | val | ) | [virtual] |
| virtual PlotDataInfo& SetSymbol | ( | unsigned int | val | ) | [virtual] |
| virtual PlotDataInfo& SetSymbolSize | ( | unsigned int | val | ) | [virtual] |
| boost::python::object callback |
Definition at line 54 of file plot_data_info.hh.
| unsigned int errormode |
Definition at line 50 of file plot_data_info.hh.
Definition at line 51 of file plot_data_info.hh.
Definition at line 52 of file plot_data_info.hh.
| unsigned int shape |
Definition at line 48 of file plot_data_info.hh.
| unsigned int symbolsize |
Definition at line 49 of file plot_data_info.hh.
| bool use_weights |
Definition at line 53 of file plot_data_info.hh.
1.5.8