LSSTApplications  19.0.0-12-gef62271,20.0.0+1,20.0.0+10,20.0.0+11,20.0.0+13,20.0.0+2,20.0.0+3,20.0.0+4,20.0.0+6,20.0.0-1-g10df615+10,20.0.0-1-g253301a+5,20.0.0-1-g596936a+11,20.0.0-1-g8a53f90+1,20.0.0-1-gc96f8cb+12,20.0.0-1-gd1c87d7+1,20.0.0-17-g41c5faf,20.0.0-2-g04cfba9+4,20.0.0-2-gd11eeda,20.0.0-2-gec03fae+3,20.0.0-3-g082faa5+1,20.0.0-3-gbdbfa727+3,20.0.0-3-gc53c7b6,20.0.0-4-gde602ef96+4,20.0.0-4-ge48a6ca+7,20.0.0-4-ge987224+1,20.0.0-8-g7eef53f7+7,20.0.0-9-g8e1b333,w.2020.28
LSSTDataManagementBasePackage
Classes | Namespaces | Typedefs | Functions
Transform.h File Reference
#include <memory>
#include <vector>
#include "astshim.h"
#include "Eigen/Core"
#include "ndarray.h"
#include "lsst/afw/geom/Endpoint.h"
#include "lsst/afw/table/io/Persistable.h"

Go to the source code of this file.

Classes

class  lsst::afw::geom::Transform< FromEndpoint, ToEndpoint >
 Transform LSST spatial data, such as lsst::geom::Point2D and lsst::geom::SpherePoint, using an AST mapping. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::geom
 

Typedefs

using lsst::afw::geom::TransformPoint2ToPoint2 = Transform< Point2Endpoint, Point2Endpoint >
 
using lsst::afw::geom::TransformPoint2ToGeneric = Transform< Point2Endpoint, GenericEndpoint >
 
using lsst::afw::geom::TransformPoint2ToSpherePoint = Transform< Point2Endpoint, SpherePointEndpoint >
 

Functions

template<class FromEndpoint , class ToEndpoint >
std::ostreamlsst::afw::geom::operator<< (std::ostream &os, Transform< FromEndpoint, ToEndpoint > const &transform)
 Print a Transform to an ostream. More...