LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
23 #ifndef LSST_SPHGEOM_INTERVAL1D_H_
24 #define LSST_SPHGEOM_INTERVAL1D_H_
72 #endif // LSST_SPHGEOM_INTERVAL1D_H_
Interval1d(double x, double y)
Interval represents a closed interval of the real numbers by its upper and lower bounds.
Interval1d represents closed intervals of ℝ.
double getA() const
getA returns the lower endpoint of this interval.
This file defines a template representing closed real intervals.
Interval1d(Base const &base)
double getB() const
getB returns the upper endpoint of this interval.
A base class for image defects.
bool isFull() const
isFull returns true if this interval = ℝ.
static Interval1d empty()
std::ostream & operator<<(std::ostream &, Angle const &)