casa
5.7.0-16
|
Parameters for a single field for collecting plotting data. More...
#include <TBPlotter.qo.h>
Public Member Functions | |
PlotParams () | |
Default Constructor. More... | |
Public Attributes | |
bool | rowNumbers |
Indicates whether this plot axis is only the row numbers (true) or an actual field (false). More... | |
bool | complex |
Indicates whether this field is complex or not. More... | |
bool | complexAmp |
If the field is complex, indicates whether the amplitude (true) or the phase (false) is used. More... | |
unsigned int | colIndex |
Indicates which field index is to be used. More... | |
std::vector< int > | slice |
If the field is an array, indicates the array slice to be used. More... | |
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 61 of file TBPlotter.qo.h.
|
inline |
Default Constructor.
Definition at line 64 of file TBPlotter.qo.h.
unsigned int casa::PlotParams::colIndex |
Indicates which field index is to be used.
Definition at line 80 of file TBPlotter.qo.h.
bool casa::PlotParams::complex |
Indicates whether this field is complex or not.
Definition at line 73 of file TBPlotter.qo.h.
bool casa::PlotParams::complexAmp |
If the field is complex, indicates whether the amplitude (true) or the phase (false) is used.
Definition at line 77 of file TBPlotter.qo.h.
bool casa::PlotParams::rowNumbers |
Indicates whether this plot axis is only the row numbers (true) or an actual field (false).
Definition at line 70 of file TBPlotter.qo.h.
std::vector<int> casa::PlotParams::slice |
If the field is an array, indicates the array slice to be used.
Definition at line 83 of file TBPlotter.qo.h.