LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "lsst/geom/CoordinateBase.h"
Go to the source code of this file.
Classes | |
class | lsst::geom::CoordinateExpr< N > |
A boolean coordinate. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
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... | |