LSSTApplications  18.0.0+71,19.0.0+5,19.0.0+60,19.0.0+71,19.0.0+9,19.0.0-1-g20d9b18+27,19.0.0-1-g49a97f9+3,19.0.0-1-g5549ca4+4,19.0.0-1-g8c57eb9+27,19.0.0-1-g9a028c0+6,19.0.0-1-ga72da6b+3,19.0.0-1-gb77924a+7,19.0.0-1-gbfe0924+58,19.0.0-1-gd0f30f5+7,19.0.0-1-ge272bc4+27,19.0.0-1-gefe1d0d+42,19.0.0-13-g44bf2be,19.0.0-14-g983d7abd,19.0.0-15-g66e0b70,19.0.0-16-g98bbc9049,19.0.0-17-g9c22e3c+2,19.0.0-18-g2c901ce+2,19.0.0-19-g2772d4a+1,19.0.0-19-g85fbfd3+1,19.0.0-2-g0d9f9cd+66,19.0.0-2-g260436e+46,19.0.0-2-g361aba8+7,19.0.0-2-g9675b69+3,19.0.0-2-gde8e5e3+3,19.0.0-2-gff6972b+11,19.0.0-3-ga642a0f,19.0.0-4-g33ce3a3+8,19.0.0-4-gac56cce+9,19.0.0-4-gdb4f201+7,19.0.0-46-g6423acc,19.0.0-46-g8a917ba3+1,19.0.0-6-g28bbdb8,19.0.0-7-g3343160,19.0.0-7-g686a884+4,w.2020.16
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