lsst.geom g3b44f30a73+f127a9862c
|
#include "lsst/geom/CoordinateBase.h"
Go to the source code of this file.
Classes | |
class | lsst::geom::CoordinateExpr< N > |
A boolean coordinate. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::geom |
Typedefs | |
typedef CoordinateExpr< 2 > | lsst::geom::CoordinateExpr2 |
typedef CoordinateExpr< 3 > | lsst::geom::CoordinateExpr3 |
Functions | |
template<int N> | |
bool | lsst::geom::all (CoordinateExpr< N > const &expr) noexcept |
Return true if all elements are true. More... | |
template<int N> | |
bool | lsst::geom::any (CoordinateExpr< N > const &expr) noexcept |
Return true if any elements are true. More... | |