TerraLib 4.1
TeINTERSECTOR2::TeBoundaryIP Struct Reference

This struct is used to represent a point intersection between two segments on boundary of a TePolygon or TeLine2D. More...

#include <TeIntersector.h>

List of all members.

Public Attributes

vector< TeCoord2Dcoords_
 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.

Detailed Description

This struct is used to represent a point intersection between two segments on boundary of a TePolygon or TeLine2D.


Member Data Documentation

Line number in a polygon that a blue segment belongs.

Polygon number in a vector of polygons that a segment belongs.

Blue segment number.

Points of intersection ocurried along these two segments (red and blue).

Line number in a polygon that a red segment belongs.

Polygon number in a vector of polygons that a segment belongs.

Red segment number.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines