#include <tableplot_cmpt.h>
// TODO: WRITE YOUR DESCRIPTION HERE!
Definition at line 32 of file tableplot_cmpt.h.
Public Member Functions | |
| tableplot () | |
| virtual | ~tableplot () |
| bool | open (const std::vector< std::string > &tabnames=std::vector< std::string >(1,"")) |
| bool | setgui (const bool gui=false) |
| bool | savefig (const std::string &filename="", const int dpi=-1, const std::string &orientation="", const std::string &papertype="", const std::string &facecolor="", const std::string &edgecolor="") |
| bool | selectdata (const std::string &taqlstring="") |
| bool | plotdata (const::casac::record &poption=::casac::initialize_record("1.0"), const std::vector< std::string > &labels=std::vector< std::string >(1,""), const std::vector< std::string > &datastr=std::vector< std::string >(1,"")) |
| bool | iterplotstart (const::casac::record &poption=::casac::initialize_record("1.0"), const std::vector< std::string > &labels=std::vector< std::string >(1,""), const std::vector< std::string > &datastr=std::vector< std::string >(1,""), const std::vector< std::string > &iteraxes=std::vector< std::string >(1,"")) |
| bool | replot () |
| int | iterplotnext () |
| bool | iterplotstop (const bool rmplotter=false) |
| bool | markregions (const int nrows=0, const int ncols=0, const int panel=1, const std::vector< double > ®ion=std::vector< double >(1, 0.0)) |
| bool | flagdata () |
| bool | unflagdata () |
| bool | locatedata (const std::vector< std::string > &columnlist=std::vector< std::string >(1,"")) |
| bool | clearflags (const bool roottable=false) |
| bool | saveflagversion (const std::string &versionname="", const std::string &comment="", const std::string &merge="") |
| bool | restoreflagversion (const std::vector< std::string > &versionname=std::vector< std::string >(1,""), const std::string &merge="") |
| bool | deleteflagversion (const std::vector< std::string > &versionname=std::vector< std::string >(1,"")) |
| bool | getflagversionlist () |
| bool | clearplot (const int nrows=0, const int ncols=0, const int panel=0) |
| bool | done () |
| casac::tableplot::tableplot | ( | ) |
| virtual casac::tableplot::~tableplot | ( | ) | [virtual] |
| bool casac::tableplot::open | ( | const std::vector< std::string > & | tabnames = std::vector< std::string >(1,"") |
) |
| bool casac::tableplot::setgui | ( | const bool | gui = false |
) |
| bool casac::tableplot::savefig | ( | const std::string & | filename = "", |
|
| const int | dpi = -1, |
|||
| const std::string & | orientation = "", |
|||
| const std::string & | papertype = "", |
|||
| const std::string & | facecolor = "", |
|||
| const std::string & | edgecolor = "" | |||
| ) |
| bool casac::tableplot::selectdata | ( | const std::string & | taqlstring = "" |
) |
| bool casac::tableplot::plotdata | ( | const ::casac::record & | poption = ::casac::initialize_record("1.0"), |
|
| const std::vector< std::string > & | labels = std::vector< std::string >(1,""), |
|||
| const std::vector< std::string > & | datastr = std::vector< std::string >(1,"") | |||
| ) |
| bool casac::tableplot::iterplotstart | ( | const ::casac::record & | poption = ::casac::initialize_record("1.0"), |
|
| const std::vector< std::string > & | labels = std::vector< std::string >(1,""), |
|||
| const std::vector< std::string > & | datastr = std::vector< std::string >(1,""), |
|||
| const std::vector< std::string > & | iteraxes = std::vector< std::string >(1,"") | |||
| ) |
| bool casac::tableplot::replot | ( | ) |
| int casac::tableplot::iterplotnext | ( | ) |
| bool casac::tableplot::iterplotstop | ( | const bool | rmplotter = false |
) |
| bool casac::tableplot::markregions | ( | const int | nrows = 0, |
|
| const int | ncols = 0, |
|||
| const int | panel = 1, |
|||
| const std::vector< double > & | region = std::vector< double >(1, 0.0) | |||
| ) |
| bool casac::tableplot::flagdata | ( | ) |
| bool casac::tableplot::unflagdata | ( | ) |
| bool casac::tableplot::locatedata | ( | const std::vector< std::string > & | columnlist = std::vector< std::string >(1,"") |
) |
| bool casac::tableplot::clearflags | ( | const bool | roottable = false |
) |
| bool casac::tableplot::saveflagversion | ( | const std::string & | versionname = "", |
|
| const std::string & | comment = "", |
|||
| const std::string & | merge = "" | |||
| ) |
| bool casac::tableplot::restoreflagversion | ( | const std::vector< std::string > & | versionname = std::vector< std::string >(1,""), |
|
| const std::string & | merge = "" | |||
| ) |
| bool casac::tableplot::deleteflagversion | ( | const std::vector< std::string > & | versionname = std::vector< std::string >(1,"") |
) |
| bool casac::tableplot::getflagversionlist | ( | ) |
| bool casac::tableplot::clearplot | ( | const int | nrows = 0, |
|
| const int | ncols = 0, |
|||
| const int | panel = 0 | |||
| ) |
| bool casac::tableplot::done | ( | ) |
1.5.1