|
lsst.afw g712618294e+4813a5392e
|
#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/CatalogVector.h"#include "lsst/afw/table/aggregates.h"#include "lsst/afw/table/io/Persistable.cc"Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::geometry |
| namespace | boost::geometry::traits |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::geom |
| namespace | lsst::afw::geom::polygon |
Typedefs | |
| using | LsstPoint = lsst::afw::geom::polygon::Polygon::Point |
| using | LsstBox = lsst::afw::geom::polygon::Polygon::Box |
| using | LsstRing = std::vector< LsstPoint > |
| using | BoostPolygon = boost::geometry::model::polygon< LsstPoint > |
| using | BoostBox = boost::geometry::model::box< LsstPoint > |
| using | BoostLineString = boost::geometry::model::linestring< LsstPoint > |
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) |
| DOXYGEN_IGNORE std::ostream & | lsst::afw::geom::polygon::operator<< (std::ostream &os, Polygon const &poly) |
| Stream polygon. More... | |
Definition at line 21 of file Polygon.cc.
| using BoostLineString = boost::geometry::model::linestring<LsstPoint> |
Definition at line 22 of file Polygon.cc.
| using BoostPolygon = boost::geometry::model::polygon<LsstPoint> |
Definition at line 20 of file Polygon.cc.
Definition at line 18 of file Polygon.cc.
Definition at line 17 of file Polygon.cc.
| using LsstRing = std::vector<LsstPoint> |
Definition at line 19 of file Polygon.cc.
| afw::table::Schema schema |
Definition at line 545 of file Polygon.cc.
| afw::table::PointKey<double> vertices |
Definition at line 546 of file Polygon.cc.