| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
#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.
| 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< LsstPoint > | LsstRing | 
| typedef boost::geometry::model::polygon< LsstPoint > | BoostPolygon | 
| typedef boost::geometry::model::box< LsstPoint > | BoostBox | 
| typedef boost::geometry::model::linestring< LsstPoint > | BoostLineString | 
| Functions | |
| std::ostream & | lsst::afw::geom::polygon::operator<< (std::ostream &os, std::vector< LsstPoint > const &vertices) | 
| std::ostream & | lsst::afw::geom::polygon::operator<< (std::ostream &os, BoostPolygon const &poly) | 
| std::ostream & | lsst::afw::geom::polygon::operator<< (std::ostream &os, Polygon const &poly) | 
| Stream polygon.  More... | |
Definition at line 22 of file Polygon.cc.
| typedef boost::geometry::model::linestring<LsstPoint> BoostLineString | 
Definition at line 23 of file Polygon.cc.
| typedef boost::geometry::model::polygon<LsstPoint> BoostPolygon | 
Definition at line 21 of file Polygon.cc.
Definition at line 19 of file Polygon.cc.
Definition at line 18 of file Polygon.cc.
| typedef std::vector<LsstPoint> LsstRing | 
Definition at line 20 of file Polygon.cc.
| afw::table::Schema schema | 
Definition at line 527 of file Polygon.cc.
| afw::table::PointKey<double> vertices | 
Definition at line 528 of file Polygon.cc.
 1.8.18
 1.8.18