#include <SegmentNode.h>
Public Member Functions | |
| SegmentNode (const NodedSegmentString &ss, const geom::Coordinate &nCoord, unsigned int nSegmentIndex, int nSegmentOctant) | |
| Construct a node on the given NodedSegmentString. | |
| bool | isInterior () const |
| Return true if this Node is *internal* (not on the boundary) of the corresponding segment. Currently only the *first* segment endpoint is checked, actually. | |
| bool | isEndPoint (unsigned int maxSegmentIndex) const |
| int | compareTo (const SegmentNode &other) |
Public Attributes | |
| geom::Coordinate | coord |
| the point of intersection (own copy) | |
| unsigned int | segmentIndex |
| the index of the containing line segment in the parent edge | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SegmentNode &n) |
Final class.
|
||||||||||||||||||||
|
Construct a node on the given NodedSegmentString.
|
|
|
|
1.4.4