lsst.afw
21.0.0-25-g1d57be3cd+e73869a214
|
Representation of a single edge in the graph defined by a TransformMap. More...
#include <TransformMap.h>
Public Member Functions | |
void | reverse () |
Reverse the connection, by swapping fromSys and toSys and inverting the transform. More... | |
Public Attributes | |
std::shared_ptr< geom::TransformPoint2ToPoint2 const > | transform |
CameraSys | fromSys |
CameraSys | toSys |
Representation of a single edge in the graph defined by a TransformMap.
Definition at line 80 of file TransformMap.h.
void lsst::afw::cameraGeom::TransformMap::Connection::reverse | ( | ) |
Reverse the connection, by swapping fromSys and toSys and inverting the transform.
Definition at line 165 of file TransformMap.cc.
CameraSys lsst::afw::cameraGeom::TransformMap::Connection::fromSys |
Definition at line 82 of file TransformMap.h.
CameraSys lsst::afw::cameraGeom::TransformMap::Connection::toSys |
Definition at line 83 of file TransformMap.h.
std::shared_ptr<geom::TransformPoint2ToPoint2 const> lsst::afw::cameraGeom::TransformMap::Connection::transform |
Definition at line 81 of file TransformMap.h.