This file contains the Box class implementation. More...
#include "lsst/sphgeom/Box.h"#include <cmath>#include <ostream>#include <stdexcept>#include "lsst/sphgeom/Box3d.h"#include "lsst/sphgeom/Circle.h"#include "lsst/sphgeom/ConvexPolygon.h"#include "lsst/sphgeom/Ellipse.h"#include "lsst/sphgeom/codec.h"#include "lsst/sphgeom/utils.h"Namespaces | |
| namespace | lsst::sphgeom |
Functions | |
| std::ostream & | lsst::sphgeom::operator<< (std::ostream &, Box const &) |
This file contains the Box class implementation.