LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Typedefs | Functions
Polygon.cc File Reference
#include <cmath>
#include <algorithm>
#include "boost/geometry/geometry.hpp"
#include <boost/container_hash/hash.hpp>
#include <memory>
#include "lsst/pex/exceptions.h"
#include "lsst/geom/Extent.h"
#include "lsst/afw/geom/polygon/Polygon.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/aggregates.h"
#include "lsst/afw/table/io/Persistable.cc"

Go to the source code of this file.

Classes

struct  boost::geometry::traits::tag< LsstPoint >
 
struct  boost::geometry::traits::coordinate_type< LsstPoint >
 
struct  boost::geometry::traits::coordinate_system< LsstPoint >
 
struct  boost::geometry::traits::dimension< LsstPoint >
 
struct  boost::geometry::traits::access< LsstPoint, dim >
 
struct  boost::geometry::traits::tag< LsstBox >
 
struct  boost::geometry::traits::point_type< LsstBox >
 
struct  boost::geometry::traits::indexed_access< LsstBox, 0, 0 >
 
struct  boost::geometry::traits::indexed_access< LsstBox, 1, 0 >
 
struct  boost::geometry::traits::indexed_access< LsstBox, 0, 1 >
 
struct  boost::geometry::traits::indexed_access< LsstBox, 1, 1 >
 
struct  boost::geometry::traits::tag< LsstRing >
 
struct  lsst::afw::geom::polygon::Polygon::Impl
 

Namespaces

 boost
 
 boost::geometry
 
 boost::geometry::traits
 
 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::geom
 
 lsst::afw::geom::polygon
 

Typedefs

typedef lsst::afw::geom::polygon::Polygon::Point LsstPoint
 
typedef lsst::afw::geom::polygon::Polygon::Box LsstBox
 
typedef std::vector< LsstPointLsstRing
 
typedef boost::geometry::model::polygon< LsstPointBoostPolygon
 
typedef boost::geometry::model::box< LsstPointBoostBox
 
typedef boost::geometry::model::linestring< LsstPointBoostLineString
 

Functions

std::ostreamlsst::afw::geom::polygon::operator<< (std::ostream &os, std::vector< LsstPoint > const &vertices)
 
std::ostreamlsst::afw::geom::polygon::operator<< (std::ostream &os, BoostPolygon const &poly)
 
std::ostreamlsst::afw::geom::polygon::operator<< (std::ostream &os, Polygon const &poly)
 Stream polygon. More...
 

Typedef Documentation

◆ BoostBox

typedef boost::geometry::model::box<LsstPoint> BoostBox

Definition at line 22 of file Polygon.cc.

◆ BoostLineString

typedef boost::geometry::model::linestring<LsstPoint> BoostLineString

Definition at line 23 of file Polygon.cc.

◆ BoostPolygon

typedef boost::geometry::model::polygon<LsstPoint> BoostPolygon

Definition at line 21 of file Polygon.cc.

◆ LsstBox

Definition at line 19 of file Polygon.cc.

◆ LsstPoint

Definition at line 18 of file Polygon.cc.

◆ LsstRing

Definition at line 20 of file Polygon.cc.

Variable Documentation

◆ schema

afw::table::Schema schema

Definition at line 527 of file Polygon.cc.

◆ vertices

afw::table::PointKey<double> vertices

Definition at line 528 of file Polygon.cc.