lsst.jointcal  14.0-19-g0e46020+13
AstroUtils.h
Go to the documentation of this file.
1 // -*- LSST-C++ -*-
2 #ifndef LSST_JOINTCAL_ASTRO_UTILS_H
3 #define LSST_JOINTCAL_ASTRO_UTILS_H
4 
6 #include "lsst/jointcal/Frame.h"
7 namespace lsst {
8 namespace jointcal {
9 
10 class Frame;
11 class Gtransfo;
13 Frame applyTransfo(const Frame& inputframe, const Gtransfo& gtransfo, const WhichTransformed which);
14 } // namespace jointcal
15 } // namespace lsst
16 
17 #endif // LSST_JOINTCAL_ASTRO_UTILS_H
Class for a simple mapping implementing a generic Gtransfo.
WhichTransformed
Definition: Frame.h:13
Frame applyTransfo(const Frame &inputframe, const Gtransfo &gtransfo, const WhichTransformed which)
Transform a Frame through a Transfo.
Definition: AstroUtils.cc:15