casa
5.7.0-16
|
#include <RegionInfo.h>
Public Types | |
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... | |
Public Member Functions | |
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 |
Protected Member Functions | |
RegionInfo (const std::string &label, const std::string &desc, stats_t *si, InfoTypes t) | |
Private Attributes | |
std::shared_ptr< stats_t > | stat_list_ |
std::string | label_ |
std::string | description_ |
InfoTypes | type_ |
Definition at line 44 of file RegionInfo.h.
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;
Definition at line 53 of file RegionInfo.h.
typedef casacore::ImageStatistics<casacore::Float>::stat_list casa::viewer::RegionInfo::stats_t |
Definition at line 49 of file RegionInfo.h.
Enumerator | |
---|---|
MsInfoType | |
ImageInfoType | |
SliceInfoType | |
PVLineInfoType | |
InvalidInfoType |
Definition at line 47 of file RegionInfo.h.
|
inline |
Definition at line 55 of file RegionInfo.h.
|
inline |
Definition at line 56 of file RegionInfo.h.
|
inlinevirtual |
Definition at line 57 of file RegionInfo.h.
|
inlineprotected |
Definition at line 73 of file RegionInfo.h.
|
inline |
Definition at line 65 of file RegionInfo.h.
References description_.
|
inline |
Definition at line 62 of file RegionInfo.h.
References label_.
|
inline |
Definition at line 59 of file RegionInfo.h.
References stat_list_.
|
inline |
Definition at line 68 of file RegionInfo.h.
References type_.
|
private |
Definition at line 78 of file RegionInfo.h.
Referenced by description().
|
private |
Definition at line 77 of file RegionInfo.h.
Referenced by label().
|
private |
Definition at line 76 of file RegionInfo.h.
Referenced by list().
|
private |
Definition at line 79 of file RegionInfo.h.
Referenced by type().