LSST Applications g009b5efdf7+69b43e4e42,g0530b470b1+69b43e4e42,g1011452fe8+91250f09a0,g131b30d954+f6e951a35a,g1e66b94187+ae119455a0,g235c05d50d+ce3a83a8de,g2526fcf3cb+9e89abb30c,g2959009a90+3139df73c6,g2adfe936b5+69b43e4e42,g2aea266057+ae119455a0,g2f36b36c37+fa3e2ed20a,g315bf1e6db+2b1636f0b8,g3a7e09fba3+ffb1c1e880,g3f8e1907dc+353a89de06,g41a93ceb71+292128a2b8,g4230fac9de+4fc97e16b9,g498fc93c42+292128a2b8,g4e8ce4af8a+d61c1479ad,g4f742bbdcc+69b43e4e42,g51277c4d12+ae119455a0,g807e3ba568+3106ab47e8,g8479130295+f44088696a,g883b199ddb+292128a2b8,gb469cb74ca+da2db42413,gb673666cb6+6a8a80267a,gb94f486bb8+12ae5d351f,gbdd7a450b0+7fcb11f810,gca804b0f43+f0a1800e64,gd25bd4485f+ae119455a0,gd4112516d0+69b43e4e42,gd5d1ca8e18+f0a1800e64,gd630573b98+69b43e4e42,gd8f36429a2+08dbe83c24,gf53ffbb2c7+83d25aaa19,w.2023.24
LSST Data Management Base Package
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Box.h File Reference
#include <vector>
#include "boost/format.hpp"
#include "ndarray.h"
#include "lsst/geom/Point.h"
#include "lsst/geom/Extent.h"
#include "lsst/geom/Interval.h"

Go to the source code of this file.

Classes

class  lsst::geom::Box2I
 An integer coordinate rectangle. More...
 
class  lsst::geom::Box2D
 A floating-point coordinate rectangle geometry. More...
 
struct  std::hash< lsst::geom::Box2I >
 
struct  std::hash< lsst::geom::Box2D >
 

Namespaces

namespace  lsst
 
namespace  lsst::geom
 
namespace  std
 STL namespace.
 

Typedefs

typedef Box2D lsst::geom::BoxD
 
typedef Box2I lsst::geom::BoxI
 

Functions

std::ostreamlsst::geom::operator<< (std::ostream &os, Box2I const &box)
 
std::ostreamlsst::geom::operator<< (std::ostream &os, Box2D const &box)