Searched refs:PathIntersectionGraph (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dintersection-graph.cpp43 struct PathIntersectionGraph::IntersectionVertexLess {
49 /** @class PathIntersectionGraph
59 PathIntersectionGraph::PathIntersectionGraph(PathVector const &a, PathVector const &b, Coord precision) function in class:Geom::PathIntersectionGraph
79 void PathIntersectionGraph::_prepareArguments()
102 bool PathIntersectionGraph::_prepareIntersectionLists(Coord precision)
146 void PathIntersectionGraph::_assignEdgeWindingParities(Coord precision)
174 void PathIntersectionGraph::_assignComponentStatusFromDegenerateIntersections()
198 void PathIntersectionGraph::_removeDegenerateIntersections()
235 void PathIntersectionGraph
[all...]
H A Dintersection-graph.h46 class PathIntersectionGraph class in namespace:Geom
48 // this is called PathIntersectionGraph so that we can also have a class for polygons,
51 PathIntersectionGraph(PathVector const &a, PathVector const &b, Coord precision = EPSILON);
140 friend std::ostream &operator<<(std::ostream &, PathIntersectionGraph const &);
143 std::ostream &operator<<(std::ostream &os, PathIntersectionGraph const &pig);

Completed in 16 milliseconds