lsst.afw
20.0.0-11-g7b7d0ee7e+614f89f815
|
Camera coordinate system prefix. More...
#include <CameraSys.h>
Public Member Functions | |
CameraSysPrefix (std::string const &sysName) | |
~CameraSysPrefix () noexcept=default | |
CameraSysPrefix (CameraSysPrefix const &)=default | |
CameraSysPrefix (CameraSysPrefix &&) noexcept=default | |
CameraSysPrefix & | operator= (CameraSysPrefix const &)=default |
CameraSysPrefix & | operator= (CameraSysPrefix &&) noexcept=default |
std::string | getSysName () const |
Get coordinate system name. More... | |
bool | operator== (CameraSysPrefix const &rhs) const noexcept |
bool | operator!= (CameraSysPrefix const &rhs) const noexcept |
std::size_t | hash_value () const noexcept |
Hash function for this object. More... | |
Camera coordinate system prefix.
Used for coordinate systems that are detector-based before the detector name is known (e.g. for constants such as PIXELS).
This is Jim Bosch's clever idea for simplifying Detector.convert; CameraSys is always complete and CameraSysPrefix is not.
Definition at line 44 of file CameraSys.h.
|
inlineexplicit |
sysName | coordinate system name |
Definition at line 46 of file CameraSys.h.
|
defaultnoexcept |
|
default |
|
defaultnoexcept |
|
inline |
Get coordinate system name.
Definition at line 59 of file CameraSys.h.
|
noexcept |
Hash function for this object.
Definition at line 40 of file CameraSys.cc.
|
inlinenoexcept |
Definition at line 63 of file CameraSys.h.
|
defaultnoexcept |
|
default |
|
inlinenoexcept |
Definition at line 61 of file CameraSys.h.