|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
Camera coordinate system; used as a key in in TransformMap. More...
#include <CameraSys.h>
Public Member Functions | |
| CameraSys (std::string const &sysName, std::string const &detectorName="") | |
| Construct a CameraSys from a sysName and a detectorName. | |
| CameraSys (CameraSysPrefix const &sysPrefix, std::string const &detectorName="") | |
| Construct a CameraSys from a CameraSysPrefix and a detectorName. | |
| ~CameraSys () noexcept=default | |
| CameraSys (CameraSys const &)=default | |
| CameraSys (CameraSys &&) noexcept=default | |
| CameraSys & | operator= (CameraSys const &)=default |
| CameraSys & | operator= (CameraSys &&) noexcept=default |
| void | swap (CameraSys &other) noexcept |
| std::string | getSysName () const |
| Get coordinate system name. | |
| std::string | getDetectorName () const |
| Get detector name, or "" if not a detector-specific coordinate system. | |
| bool | hasDetectorName () const noexcept |
| Does this have a non-blank detector name? | |
| bool | operator== (CameraSys const &rhs) const noexcept |
| bool | operator!= (CameraSys const &rhs) const noexcept |
| bool | operator< (CameraSys const &rhs) const noexcept |
| size_t | hash_value () const noexcept |
| Hash function for this object. | |
Camera coordinate system; used as a key in in TransformMap.
Definition at line 83 of file CameraSys.h.
|
inlineexplicit |
Construct a CameraSys from a sysName and a detectorName.
| sysName | coordinate system name |
| detectorName | detector name |
Definition at line 88 of file CameraSys.h.
|
inlineexplicit |
Construct a CameraSys from a CameraSysPrefix and a detectorName.
| sysPrefix | coordinate system prefix |
| detectorName | detector name |
Definition at line 96 of file CameraSys.h.
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
|
inline |
Get detector name, or "" if not a detector-specific coordinate system.
Definition at line 120 of file CameraSys.h.
|
inline |
Get coordinate system name.
Definition at line 115 of file CameraSys.h.
|
inlinenoexcept |
Does this have a non-blank detector name?
Definition at line 125 of file CameraSys.h.
|
noexcept |
Hash function for this object.
Definition at line 42 of file CameraSys.cc.
|
inlinenoexcept |
Definition at line 131 of file CameraSys.h.
|
inlinenoexcept |
Definition at line 134 of file CameraSys.h.
|
inlinenoexcept |
Definition at line 127 of file CameraSys.h.
|
inlinenoexcept |
Definition at line 107 of file CameraSys.h.