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