| 
    xmsgrid
    1.0
    
   | 
 
Struct used by GmMultiPolyIntersector. More...
#include <GmMultiPolyIntersectorData.h>
Public Attributes | |
| std::vector< Pt3d > | m_points | 
| All points used by all polygons.  | |
| std::vector< std::vector< int > > | m_polys | 
| 0-based? indices into m_points to form polygons  | |
| std::set< int > | m_polys1 | 
| polygon IDs (1-based) that 1st point is inside or on  | |
| std::set< int > | m_polys2 | 
| polygon IDs (1-based) that 2nd point is inside on on  | |
| std::vector< ix > | m_ixs | 
| Intersections.  | |
Struct used by GmMultiPolyIntersector.
Definition at line 48 of file GmMultiPolyIntersectorData.h.