lsst.afw
22.0.1-33-g415537ac7+f49c5b7a45
|
#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 | |
boost | |
boost::geometry | |
boost::geometry::traits | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::geom | |
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) |
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 524 of file Polygon.cc.
afw::table::PointKey<double> vertices |
Definition at line 525 of file Polygon.cc.