casa
$Rev:20696$
|
Data for plotting. More...
#include <TBPlotter.qo.h>
Public Member Functions | |
TBPlotData () | |
Default Constructor. | |
TBPlotData (PlotPointDataPtr d) | |
Constructor which takes the number of points and the two arrays. | |
~TBPlotData () | |
Public Attributes | |
PlotPointDataPtr | data |
Actual data. | |
TBTableTabs * | table |
Table this data is from. | |
vector< int > | rows |
Row numbers that correspond to the given data. | |
String | title |
Title for the plot; usually xAxisName vs. |
Data for plotting.
A TBPlotData holds two double arrays and the number of points.
Definition at line 97 of file TBPlotter.qo.h.
casa::TBPlotData::TBPlotData | ( | ) | [inline] |
Default Constructor.
Definition at line 100 of file TBPlotter.qo.h.
casa::TBPlotData::TBPlotData | ( | PlotPointDataPtr | d | ) | [inline] |
Constructor which takes the number of points and the two arrays.
Definition at line 103 of file TBPlotter.qo.h.
casa::TBPlotData::~TBPlotData | ( | ) | [inline] |
Definition at line 105 of file TBPlotter.qo.h.
PlotPointDataPtr casa::TBPlotData::data |
Actual data.
Definition at line 108 of file TBPlotter.qo.h.
vector<int> casa::TBPlotData::rows |
Row numbers that correspond to the given data.
In the future may want to replace with a less memory-heavy implementation.
Definition at line 115 of file TBPlotter.qo.h.
Table this data is from.
Definition at line 111 of file TBPlotter.qo.h.