lsst.geom
19.0.0-3-g99a058e+1
|
Go to the source code of this file.
Classes | |
class | lsst::geom::IntervalI |
A 1-d integer coordinate range. More... | |
class | lsst::geom::IntervalD |
A floating-point coordinate rectangle geometry. More... | |
struct | std::hash< lsst::geom::IntervalI > |
struct | std::hash< lsst::geom::IntervalD > |
Namespaces | |
lsst | |
lsst::geom | |
std | |
STL namespace. | |
Functions | |
std::ostream & | lsst::geom::operator<< (std::ostream &os, IntervalI const &interval) |
std::ostream & | lsst::geom::operator<< (std::ostream &os, IntervalD const &interval) |
void | lsst::geom::swap (IntervalI &a, IntervalI &b) noexcept |
void | lsst::geom::swap (IntervalD &a, IntervalD &b) noexcept |
template<> | |
void | std::swap< lsst::geom::IntervalI > (lsst::geom::IntervalI &a, lsst::geom::IntervalI &b) noexcept |
template<> | |
void | std::swap< lsst::geom::IntervalD > (lsst::geom::IntervalD &a, lsst::geom::IntervalD &b) noexcept |