lsst.afw g1f6fc4ca13+8b5155b42b
Public Member Functions | Public Attributes | List of all members
lsst::afw::cameraGeom::TransformMap::Connection Struct Referencefinal

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
 

Detailed Description

Representation of a single edge in the graph defined by a TransformMap.

Definition at line 80 of file TransformMap.h.

Member Function Documentation

◆ reverse()

void lsst::afw::cameraGeom::TransformMap::Connection::reverse ( )

Reverse the connection, by swapping fromSys and toSys and inverting the transform.

Definition at line 164 of file TransformMap.cc.

Member Data Documentation

◆ fromSys

CameraSys lsst::afw::cameraGeom::TransformMap::Connection::fromSys

Definition at line 82 of file TransformMap.h.

◆ toSys

CameraSys lsst::afw::cameraGeom::TransformMap::Connection::toSys

Definition at line 83 of file TransformMap.h.

◆ transform

std::shared_ptr<geom::TransformPoint2ToPoint2 const> lsst::afw::cameraGeom::TransformMap::Connection::transform

Definition at line 81 of file TransformMap.h.


The documentation for this struct was generated from the following files: