LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions | Variables
CoordinateBase.h File Reference
#include <iostream>
#include <type_traits>
#include <tuple>
#include <utility>
#include "Eigen/Core"

Go to the source code of this file.

Classes

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

Namespaces

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

Functions

template<typename Derived , typename T , int N>
bool lsst::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)) noexcept(std::is_nothrow_copy_constructible< T >::value &&std::is_nothrow_copy_assignable< T >::value)
 Floating-point comparison with tolerance. More...
 
template<typename Derived , typename T , int N>
std::ostreamlsst::geom::operator<< (std::ostream &os, CoordinateBase< Derived, T, N > const &coordinate)
 

Variables

template<typename T , typename U >
constexpr bool lsst::geom::IS_NOTHROW_CONVERTIBLE
 Test that a type is nothrow-copy-convertible from U to T. More...