LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
ConvexPolygon.h File Reference

This file declares a class for representing convex polygons with great circle edges on the unit sphere. More...

#include <iosfwd>
#include <vector>
#include "Region.h"
#include "UnitVector3d.h"

Go to the source code of this file.

Classes

class  lsst::sphgeom::ConvexPolygon
 ConvexPolygon is a closed convex polygon on the unit sphere. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::sphgeom
 

Functions

std::ostreamlsst::sphgeom::operator<< (std::ostream &, ConvexPolygon const &)
 

Detailed Description

This file declares a class for representing convex polygons with great circle edges on the unit sphere.

Definition in file ConvexPolygon.h.