LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
CoordinateBase.h File Reference

A CRTP base class for coordinate objects, providing partial specializations for 2D and 3D. More...

#include <utility>
#include "Eigen/Core"
#include <iostream>
#include "boost/tuple/tuple.hpp"

Go to the source code of this file.

Classes

class  lsst::afw::geom::Point< T, N >
 A coordinate class intended to represent absolute positions. More...
 
class  lsst::afw::geom::Extent< T, N >
 A coordinate class intended to represent offsets and dimensions. More...
 
class  lsst::afw::geom::CoordinateBase< Derived, T, N >
 A CRTP base class for coordinate objects. More...
 
class  lsst::afw::geom::CoordinateBase< Derived, T, 2 >
 Specialization of CoordinateBase for 2 dimensions. More...
 
class  lsst::afw::geom::CoordinateBase< Derived, T, 3 >
 Specialization of CoordinateBase for 3 dimensions. More...
 

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::afw
 
 lsst::afw::geom
 

Functions

template<typename Derived , typename T , int N>
bool lsst::afw::geom::allclose (CoordinateBase< Derived, T, N > const &a, CoordinateBase< Derived, T, N > const &b, T rtol=static_cast< T >(1E-5), T atol=static_cast< T >(1E-8))
 
template<typename Derived , typename T , int N>
std::ostream & lsst::afw::geom::operator<< (std::ostream &os, CoordinateBase< Derived, T, N > const &coordinate)
 

Detailed Description

A CRTP base class for coordinate objects, providing partial specializations for 2D and 3D.

Definition in file CoordinateBase.h.