lsst.jointcal  master-g9041cab851+5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
lsst::jointcal::IdentityProjectionHandler Class Reference

The simplest implementation of ProjectionHandler. More...

#include <ProjectionHandler.h>

Inheritance diagram for lsst::jointcal::IdentityProjectionHandler:
lsst::jointcal::ProjectionHandler

Public Member Functions

const GtransfogetSky2TP (const CcdImage &ccdImage) const
 
- Public Member Functions inherited from lsst::jointcal::ProjectionHandler
virtual ~ProjectionHandler ()
 

Detailed Description

The simplest implementation of ProjectionHandler.

Means that coordinates of objects are expressed in the same space as the arrival mapping space. This is useful for fitting transfo rms between images.

Definition at line 31 of file ProjectionHandler.h.

Member Function Documentation

const Gtransfo* lsst::jointcal::IdentityProjectionHandler::getSky2TP ( const CcdImage ccdImage) const
inlinevirtual

Implements lsst::jointcal::ProjectionHandler.

Definition at line 35 of file ProjectionHandler.h.


The documentation for this class was generated from the following file: