casa
5.7.0-16
|
#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 |
Public Member Functions inherited from casa::viewer::RegionInfo | |
RegionInfo () | |
RegionInfo (const RegionInfo &other) | |
virtual | ~RegionInfo () |
std::shared_ptr< stats_t > & | list () |
const std::string & | label () const |
const std::string & | description () const |
InfoTypes | type () const |
Private Attributes | |
std::vector< std::string > | pixel_strings_ |
std::vector< std::string > | world_strings_ |
std::string | position_angle |
std::string | point_separation |
Additional Inherited Members | |
Public Types inherited from casa::viewer::RegionInfo | |
enum | InfoTypes { MsInfoType, ImageInfoType, SliceInfoType, PVLineInfoType, InvalidInfoType } |
typedef casacore::ImageStatistics < casacore::Float >::stat_list | stats_t |
typedef stats_t | center_t |
typedef std::pair<casacore::String,String> center_element; typedef std::list<center_element> center_t; typedef std::list<std::pair<casacore::String,String> > center_t; More... | |
Protected Member Functions inherited from casa::viewer::RegionInfo | |
RegionInfo (const std::string &label, const std::string &desc, stats_t *si, InfoTypes t) | |
Definition at line 106 of file RegionInfo.h.
|
inline |
Definition at line 108 of file RegionInfo.h.
|
inline |
Definition at line 113 of file RegionInfo.h.
|
inline |
Definition at line 114 of file RegionInfo.h.
References pixel_strings_.
|
inline |
Definition at line 120 of file RegionInfo.h.
References position_angle.
|
inline |
Definition at line 123 of file RegionInfo.h.
References point_separation.
|
inline |
Definition at line 117 of file RegionInfo.h.
References world_strings_.
|
private |
Definition at line 127 of file RegionInfo.h.
Referenced by pixelStrings().
|
private |
Definition at line 130 of file RegionInfo.h.
Referenced by separation().
|
private |
Definition at line 129 of file RegionInfo.h.
Referenced by positionAngle().
|
private |
Definition at line 128 of file RegionInfo.h.
Referenced by worldStrings().