LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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
 < multiple inclusion guard macro
 
 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.