#include <RegionInfo.h>
Public Member Functions | |
PVLineRegionInfo (const std::string &label, const std::string &desc, stats_t *si, const std::vector< std::string > &ps, const std::vector< std::string > &ws, const std::string &pa, const std::string &sep) | |
~PVLineRegionInfo () | |
std::vector< std::string > | pixelStrings () const |
std::vector< std::string > | worldStrings () const |
const std::string & | positionAngle () const |
const std::string & | separation () const |
Private Attributes | |
std::vector< std::string > | pixel_strings_ |
std::vector< std::string > | world_strings_ |
std::string | position_angle |
std::string | point_separation |
Definition at line 106 of file RegionInfo.h.
casa::viewer::PVLineRegionInfo::PVLineRegionInfo | ( | const std::string & | label, | |
const std::string & | desc, | |||
stats_t * | si, | |||
const std::vector< std::string > & | ps, | |||
const std::vector< std::string > & | ws, | |||
const std::string & | pa, | |||
const std::string & | sep | |||
) | [inline] |
Definition at line 108 of file RegionInfo.h.
casa::viewer::PVLineRegionInfo::~PVLineRegionInfo | ( | ) | [inline] |
Definition at line 113 of file RegionInfo.h.
std::vector<std::string> casa::viewer::PVLineRegionInfo::pixelStrings | ( | ) | const [inline] |
Definition at line 114 of file RegionInfo.h.
References pixel_strings_.
const std::string& casa::viewer::PVLineRegionInfo::positionAngle | ( | ) | const [inline] |
Definition at line 120 of file RegionInfo.h.
References position_angle.
const std::string& casa::viewer::PVLineRegionInfo::separation | ( | ) | const [inline] |
Definition at line 123 of file RegionInfo.h.
References point_separation.
std::vector<std::string> casa::viewer::PVLineRegionInfo::worldStrings | ( | ) | const [inline] |
Definition at line 117 of file RegionInfo.h.
References world_strings_.
std::vector<std::string> casa::viewer::PVLineRegionInfo::pixel_strings_ [private] |
Definition at line 127 of file RegionInfo.h.
Referenced by pixelStrings().
std::string casa::viewer::PVLineRegionInfo::point_separation [private] |
Definition at line 130 of file RegionInfo.h.
Referenced by separation().
std::string casa::viewer::PVLineRegionInfo::position_angle [private] |
Definition at line 129 of file RegionInfo.h.
Referenced by positionAngle().
std::vector<std::string> casa::viewer::PVLineRegionInfo::world_strings_ [private] |
Definition at line 128 of file RegionInfo.h.
Referenced by worldStrings().