![]() |
TerraLib 4.1
|
This struct is used to represent a point intersection between two segments on boundary of a TePolygon or TeLine2D. More...
#include <TeIntersector.h>
Public Attributes | |
| vector< TeCoord2D > | coords_ |
| Points of intersection ocurried along these two segments (red and blue). | |
| unsigned int | redSegNum_ |
| Red segment number. | |
| unsigned int | redPartNum_ |
| Line number in a polygon that a red segment belongs. | |
| unsigned int | redPolNum_ |
| Polygon number in a vector of polygons that a segment belongs. | |
| unsigned int | blueSegNum_ |
| Blue segment number. | |
| unsigned int | bluePartNum_ |
| Line number in a polygon that a blue segment belongs. | |
| unsigned int | bluePolNum_ |
| Polygon number in a vector of polygons that a segment belongs. | |
This struct is used to represent a point intersection between two segments on boundary of a TePolygon or TeLine2D.
| unsigned int TeINTERSECTOR2::TeBoundaryIP::bluePartNum_ |
Line number in a polygon that a blue segment belongs.
| unsigned int TeINTERSECTOR2::TeBoundaryIP::bluePolNum_ |
Polygon number in a vector of polygons that a segment belongs.
| unsigned int TeINTERSECTOR2::TeBoundaryIP::blueSegNum_ |
Blue segment number.
Points of intersection ocurried along these two segments (red and blue).
| unsigned int TeINTERSECTOR2::TeBoundaryIP::redPartNum_ |
Line number in a polygon that a red segment belongs.
| unsigned int TeINTERSECTOR2::TeBoundaryIP::redPolNum_ |
Polygon number in a vector of polygons that a segment belongs.
| unsigned int TeINTERSECTOR2::TeBoundaryIP::redSegNum_ |
Red segment number.