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

Parameters for a single field for collecting plotting data. More...

#include <TBPlotter.qo.h>

List of all members.

Public Member Functions

 PlotParams ()
 Default Constructor.

Public Attributes

bool rowNumbers
 Indicates whether this plot axis is only the row numbers (true) or an actual field (false).
bool complex
 Indicates whether this field is complex or not.
bool complexAmp
 If the field is complex, indicates whether the amplitude (true) or the phase (false) is used.
unsigned int colIndex
 Indicates which field index is to be used.
vector< int > slice
 If the field is an array, indicates the array slice to be used.

Detailed Description

Parameters for a single field for collecting plotting data.

Synopsis

A PlotParams accompanies each axis when plot data is being collected. A PlotParams indicates which field is being plotted and other important parameters.

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


Constructor & Destructor Documentation

Default Constructor.

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


Member Data Documentation

Indicates which field index is to be used.

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

Indicates whether this field is complex or not.

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

If the field is complex, indicates whether the amplitude (true) or the phase (false) is used.

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

Indicates whether this plot axis is only the row numbers (true) or an actual field (false).

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

If the field is an array, indicates the array slice to be used.

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


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