casa
$Rev:20696$
|
Parameters for a single field for collecting plotting data. More...
#include <TBPlotter.qo.h>
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. |
Parameters for a single field for collecting plotting data.
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.
casa::PlotParams::PlotParams | ( | ) | [inline] |
Default Constructor.
Definition at line 67 of file TBPlotter.qo.h.
unsigned int casa::PlotParams::colIndex |
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.
vector<int> casa::PlotParams::slice |
If the field is an array, indicates the array slice to be used.
Definition at line 86 of file TBPlotter.qo.h.