lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
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/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

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::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)
DOXYGEN_IGNORE std::ostreamlsst::afw::geom::polygon::operator<< (std::ostream &os, Polygon const &poly)
 Stream polygon.

Typedef Documentation

◆ BoostBox

using BoostBox = boost::geometry::model::box<LsstPoint>

Definition at line 21 of file Polygon.cc.

◆ BoostLineString

using BoostLineString = boost::geometry::model::linestring<LsstPoint>

Definition at line 22 of file Polygon.cc.

◆ BoostPolygon

using BoostPolygon = boost::geometry::model::polygon<LsstPoint>

Definition at line 20 of file Polygon.cc.

◆ LsstBox

Definition at line 18 of file Polygon.cc.

◆ LsstPoint

Definition at line 17 of file Polygon.cc.

◆ LsstRing

Definition at line 19 of file Polygon.cc.