xmsgeom  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
GmMultiPolyIntersector.cpp File Reference
#include <xmsgeom/geometry/GmMultiPolyIntersector.h>
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/linestring.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <boost/geometry/index/rtree.hpp>
#include <xmscore/misc/XmConst.h>
#include <xmscore/misc/XmError.h>
#include <xmscore/misc/XmLog.h>
#include <xmscore/misc/boost_defines.h>
#include <xmscore/misc/xmstype.h>
#include <xmscore/points/pt.h>
#include <xmscore/stl/set.h>
#include <xmscore/stl/vector.h>
#include <xmsgeom/geometry/GmBoostTypes.h>
#include <xmsgeom/geometry/GmMultiPolyIntersectionSorter.h>
#include <xmsgeom/geometry/GmMultiPolyIntersectorData.h>
#include <xmsgeom/geometry/geoms.h>
#include <xmsgeom/geometry/GmMultiPolyIntersector.t.h>
#include <xmscore/testing/TestTools.h>
#include <xmsgeom/geometry/GmMultiPolyIntersectionSorterTerse.h>
#include <xmsgeom/triangulate/triangles.h>

Go to the source code of this file.

Classes

class  xms::GmMultiPolyIntersectorImpl
 Used to intersect a line segment with any number of polygons in 2D. Returns the intersected polygons in order along with t values. May be an alternative to SurfaceIter and feiTraverseLineSegment2. More...
 

Namespaces

 xms
 

Typedefs

typedef std::pair< GmBstBox3d,
int > 
xms::ValueBox
 Pair used in rtree.
 
typedef bgi::rtree< ValueBox,
bgi::quadratic< 8 > > 
xms::RtreeBox
 Rtree typedef.
 

Detailed Description

Definition in file GmMultiPolyIntersector.cpp.