casa
$Rev:20696$
|
#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 89 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 91 of file RegionInfo.h.
casa::viewer::PVLineRegionInfo::~PVLineRegionInfo | ( | ) | [inline] |
Definition at line 96 of file RegionInfo.h.
std::vector<std::string> casa::viewer::PVLineRegionInfo::pixelStrings | ( | ) | const [inline] |
Definition at line 97 of file RegionInfo.h.
References pixel_strings_.
const std::string& casa::viewer::PVLineRegionInfo::positionAngle | ( | ) | const [inline] |
Definition at line 99 of file RegionInfo.h.
References position_angle.
const std::string& casa::viewer::PVLineRegionInfo::separation | ( | ) | const [inline] |
Definition at line 100 of file RegionInfo.h.
References point_separation.
std::vector<std::string> casa::viewer::PVLineRegionInfo::worldStrings | ( | ) | const [inline] |
Definition at line 98 of file RegionInfo.h.
References world_strings_.
std::vector<std::string> casa::viewer::PVLineRegionInfo::pixel_strings_ [private] |
Definition at line 102 of file RegionInfo.h.
Referenced by pixelStrings().
std::string casa::viewer::PVLineRegionInfo::point_separation [private] |
Definition at line 105 of file RegionInfo.h.
Referenced by separation().
std::string casa::viewer::PVLineRegionInfo::position_angle [private] |
Definition at line 104 of file RegionInfo.h.
Referenced by positionAngle().
std::vector<std::string> casa::viewer::PVLineRegionInfo::world_strings_ [private] |
Definition at line 103 of file RegionInfo.h.
Referenced by worldStrings().