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

/inkscape/src/live_effects/
H A Dlpe-knot.h30 // CrossingPoint, CrossingPoints:
42 class CrossingPoints : public std::vector<CrossingPoint>{ class in namespace:Inkscape::LivePathEffect::LPEKnotNS
44 CrossingPoints() : std::vector<CrossingPoint>() {} function in class:Inkscape::LivePathEffect::LPEKnotNS::CrossingPoints
45 CrossingPoints(Geom::CrossingSet const &cs, Geom::PathVector const &path);//for self crossings only!
46 CrossingPoints(Geom::PathVector const &paths);
47 CrossingPoints(std::vector<double> const &input);
50 void inherit_signs(CrossingPoints const &from_other, int default_value = 1);
80 LPEKnotNS::CrossingPoints crossing_points;//topology representation of the knot.
H A Dlpe-knot.cpp157 CrossingPoints::CrossingPoints(Geom::PathVector const &paths) : std::vector<CrossingPoint>(){ function in class:Inkscape::LivePathEffect::LPEKnotNS::CrossingPoints
233 CrossingPoints::CrossingPoints(std::vector<double> const &input) : std::vector<CrossingPoint>() function in class:Inkscape::LivePathEffect::LPEKnotNS::CrossingPoints
254 CrossingPoints::to_vector()
275 CrossingPoints::get(unsigned const i, unsigned const ni)
284 g_warning("LPEKnotNS::CrossingPoints::get error. %uth crossing along string %u not found.",ni,i);
290 idx_of_nearest(CrossingPoints const &cpts, Geom::Point const &p)
307 CrossingPoints::inherit_signs(CrossingPoints cons
[all...]

Completed in 14 milliseconds