casa
$Rev:20696$
|
Go to the source code of this file.
Functions | |
casa::Bool | parseSubplot (const casa::Int threeDigits, casa::Int &nrows, casa::Int &ncols, casa::Int &panel) |
private methods: | |
casa::Bool | plotter (const std::string &type, const std::string &column, const std::string &value, const std::vector< std::string > &iteration, casa::Bool checkOnly=casa::False) |
Generic function that handles all the calls to plotxy for the specific plots handled by the msplot tool. | |
casa::Bool | checkPlotParams (casa::String &type, casa::String &column, casa::String &value, casa::Vector< casa::String > &iteration) |
A chunk of checks for the plotter parameters that makes sure that that if something isn't supported by a certain plot type a warning is generated. | |
casa::Bool | checkForOpenMS () |
Safety method used to make sure the user has called open and we have a measurment set to us. | |
void | debugFnEntry (casa::String Fn) |
Couple of routines to add debuggin info. | |
void | debugFnExit (casa::String Fn) |
Variables | |
casa::LogIO * | itsLog |
The Private declarations of the MsPlot component. | |
casa::MsPlot * | itsMsPlot |
The MsPlot class that does all of the work. |
casa::Bool checkForOpenMS | ( | ) |
Safety method used to make sure the user has called open and we have a measurment set to us.
casa::Bool checkPlotParams | ( | casa::String & | type, |
casa::String & | column, | ||
casa::String & | value, | ||
casa::Vector< casa::String > & | iteration | ||
) |
A chunk of checks for the plotter parameters that makes sure that that if something isn't supported by a certain plot type a warning is generated.
void debugFnEntry | ( | casa::String | Fn | ) |
Couple of routines to add debuggin info.
to every method.
void debugFnExit | ( | casa::String | Fn | ) |
casa::Bool parseSubplot | ( | const casa::Int | threeDigits, |
casa::Int & | nrows, | ||
casa::Int & | ncols, | ||
casa::Int & | panel | ||
) |
private methods:
Converts the subplot integer into three digits representing the nrows, ncols, and panel number that TablePlot uses.
casa::Bool plotter | ( | const std::string & | type, |
const std::string & | column, | ||
const std::string & | value, | ||
const std::vector< std::string > & | iteration, | ||
casa::Bool | checkOnly = casa::False |
||
) |
Generic function that handles all the calls to plotxy for the specific plots handled by the msplot tool.
The Private declarations of the MsPlot component.
An instance of the CASA message logger.
Definition at line 4 of file msplot_private.h.
The MsPlot class that does all of the work.
The msplot class is the interface to the plotter for measurement sets.
Definition at line 8 of file msplot_private.h.