casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
casa::TBPlotData Class Reference

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...
 
TBTableTabstable
 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...
 

Detailed Description

casacore::Data for plotting.

Synopsis

A TBPlotData holds two double arrays and the number of points.

Definition at line 94 of file TBPlotter.qo.h.

Constructor & Destructor Documentation

casa::TBPlotData::TBPlotData ( )
inline

Default Constructor.

Definition at line 97 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 100 of file TBPlotter.qo.h.

casa::TBPlotData::~TBPlotData ( )
inline

Definition at line 102 of file TBPlotter.qo.h.

Member Data Documentation

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

Title for the plot; usually xAxisName vs.

yAxisName

Definition at line 115 of file TBPlotter.qo.h.


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