24 #ifndef EDGE_INTERSECTION_HH
25 #define EDGE_INTERSECTION_HH
29 #include "inline-macro.hh"
30 #include "g-map-vertex.hh"
74 TCoordinate AIntersectionParameter = 0.0,
75 CVertex
const & AIntersectionPoint = ORIGIN,
76 int AIntersectedCellDimension = 0,
94 void setPoint(CVertex
const & APoint);
107 CDart * FIntersectedCell;
109 TCoordinate FIntersectionParameter;
111 CVertex FIntersectionPoint;
113 int FIntersectedCellDimension;
120 std::ostream&
operator<<(std::ostream & AStream,
125 #include INCLUDE_INLINE("edge-intersection.icc")