casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
casa::TBPlotData Class Reference

Data for plotting. More...

#include <TBPlotter.qo.h>

List of all members.

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

Detailed Description

Data for plotting.

Synopsis

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

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


Constructor & Destructor Documentation

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.

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


Member Data Documentation

PlotPointDataPtr casa::TBPlotData::data

Actual data.

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

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.

Title for the plot; usually xAxisName vs.

yAxisName

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


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