casa
5.7.0-16
|
casacore::Data for plotting. More...
#include <TBPlotter.qo.h>
Public Member Functions | |
TBPlotData () | |
Default Constructor. More... | |
TBPlotData (PlotPointDataPtr d) | |
Constructor which takes the number of points and the two arrays. More... | |
~TBPlotData () | |
Public Attributes | |
PlotPointDataPtr | data |
Actual data. More... | |
TBTableTabs * | table |
casacore::Table this data is from. More... | |
std::vector< int > | rows |
Row numbers that correspond to the given data. More... | |
casacore::String | title |
Title for the plot; usually xAxisName vs. More... | |
casacore::Data for plotting.
A TBPlotData holds two double arrays and the number of points.
Definition at line 94 of file TBPlotter.qo.h.
|
inline |
Default Constructor.
Definition at line 97 of file TBPlotter.qo.h.
|
inline |
Constructor which takes the number of points and the two arrays.
Definition at line 100 of file TBPlotter.qo.h.
|
inline |
Definition at line 102 of file TBPlotter.qo.h.
PlotPointDataPtr casa::TBPlotData::data |
Actual data.
Definition at line 105 of file TBPlotter.qo.h.
std::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 112 of file TBPlotter.qo.h.
TBTableTabs* casa::TBPlotData::table |
casacore::Table this data is from.
Definition at line 108 of file TBPlotter.qo.h.
casacore::String casa::TBPlotData::title |