|
lsst.geom g19811a7679+8681a15dd0
|
#include "lsst/cpputils/hashCombine.h"#include "lsst/geom/CoordinateBase.h"#include "lsst/geom/Point.h"#include "lsst/geom/Extent.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::geom |
Functions | |
| template<int N> | |
| Extent< int, N > | lsst::geom::truncate (Extent< double, N > const &input) noexcept |
| Return the component-wise truncation (round towards zero). | |
| template<int N> | |
| Extent< int, N > | lsst::geom::floor (Extent< double, N > const &input) noexcept |
| Return the component-wise floor (round towards more negative). | |
| template<int N> | |
| Extent< int, N > | lsst::geom::ceil (Extent< double, N > const &input) noexcept |
| Return the component-wise ceil (round towards more positive). | |
| template<typename T, int N> | |
| std::size_t | lsst::geom::hash_value (Extent< T, N > const &extent) noexcept |