LSSTApplications  18.0.0+54,19.0.0,19.0.0+1,19.0.0+16,19.0.0+17,19.0.0+19,19.0.0+24,19.0.0+3,19.0.0-1-g20d9b18+10,19.0.0-1-g425ff20,19.0.0-1-g5549ca4,19.0.0-1-g580fafe+10,19.0.0-1-g6fe20d0+2,19.0.0-1-g8c57eb9+10,19.0.0-1-gbfe0924+1,19.0.0-1-gdc0e4a7+15,19.0.0-1-ge272bc4+10,19.0.0-1-ge3aa853+1,19.0.0-14-gbb28fe44+1,19.0.0-16-g8258e2a+1,19.0.0-2-g0d9f9cd+17,19.0.0-2-g260436e+1,19.0.0-2-g9b11441+4,19.0.0-2-gd955cfd+23,19.0.0-3-g6513920+1,19.0.0-3-gc4f6e04,19.0.0-4-g41ffa1d+3,19.0.0-4-g725f80e+19,19.0.0-4-ga8eba22,19.0.0-5-g0745e3f+1,19.0.0-5-gd943061d,19.0.0-6-gb6b8b0a+1,19.0.0-7-ge358e0fc4,19.0.0-7-gea0a0fe+6,w.2020.03
LSSTDataManagementBasePackage
Classes | Namespaces | Typedefs | Functions
Extent.h File Reference
#include <tuple>
#include <type_traits>
#include "lsst/pex/exceptions.h"
#include "lsst/geom/CoordinateExpr.h"

Go to the source code of this file.

Classes

class  lsst::geom::ExtentBase< T, N >
 
class  lsst::geom::Extent< T, N >
 A coordinate class intended to represent offsets and dimensions. More...
 
class  lsst::geom::Extent< T, 2 >
 A coordinate class intended to represent offsets and dimensions (2-d specialization). More...
 
class  lsst::geom::Extent< T, 3 >
 A coordinate class intended to represent offsets and dimensions (3-d specialization). More...
 
struct  std::hash< lsst::geom::Extent< T, N > >
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::geom
 
 lsst::geom::detail
 
 std
 STL namespace.
 

Typedefs

typedef Extent< int, 2 > lsst::geom::ExtentI
 
typedef Extent< int, 2 > lsst::geom::Extent2I
 
typedef Extent< int, 3 > lsst::geom::Extent3I
 
typedef Extent< double, 2 > lsst::geom::ExtentD
 
typedef Extent< double, 2 > lsst::geom::Extent2D
 
typedef Extent< double, 3 > lsst::geom::Extent3D
 

Functions

template<int N>
double lsst::geom::detail::computeExtentNorm (Extent< double, N > const &s)
 
template<int N>
int lsst::geom::detail::computeExtentNorm (Extent< int, N > const &s)
 
template<typename T , int N>
std::size_t lsst::geom::hash_value (Extent< T, N > const &extent) noexcept
 
template<int N>
Extent< int, N > lsst::geom::truncate (Extent< double, N > const &input) noexcept
 Return the component-wise truncation (round towards zero). More...
 
template<int N>
Extent< int, N > lsst::geom::floor (Extent< double, N > const &input) noexcept
 Return the component-wise floor (round towards more negative). More...
 
template<int N>
Extent< int, N > lsst::geom::ceil (Extent< double, N > const &input) noexcept
 Return the component-wise ceil (round towards more positive). More...
 
template<typename T , int N>
Extent< T, N > lsst::geom::operator* (T scalar, ExtentBase< T, N > const &rhs) noexcept(ExtentBase< T, N >::IS_ELEMENT_NOTHROW_COPYABLE)
 
template<int N>
Extent< double, N > lsst::geom::operator* (ExtentBase< int, N > const &lhs, double rhs) noexcept
 
template<int N>
void lsst::geom::operator*= (ExtentBase< int, N > &lhs, double rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator/ (ExtentBase< int, N > const &lhs, double rhs) noexcept
 
template<int N>
void lsst::geom::operator/= (ExtentBase< int, N > &lhs, double rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator* (double lhs, ExtentBase< int, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator+ (Extent< double, N > const &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > & lsst::geom::operator+= (Extent< double, N > &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator- (Extent< double, N > const &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > & lsst::geom::operator-= (Extent< double, N > &lhs, Extent< int, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator+ (Extent< int, N > const &lhs, Extent< double, N > const &rhs) noexcept
 
template<int N>
Extent< double, N > lsst::geom::operator- (Extent< int, N > const &lhs, Extent< double, N > const &rhs) noexcept