lsst.afw g8cdfe0ae6a+66d966b544
|
#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 | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::geom |
Functions | |
template<class FromEndpoint , class ToEndpoint > | |
std::ostream & | lsst::afw::geom::operator<< (std::ostream &os, Transform< FromEndpoint, ToEndpoint > const &transform) |
Print a Transform to an ostream. | |