![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for ClipperHelpers, including all inherited members.
| addCutInToPath(ClipperLib::Path &outline, const ClipperLib::Path &hole) | ClipperHelpers | privatestatic |
| allPointsInside(const ClipperLib::Path &points, const ClipperLib::Path &path) | ClipperHelpers | static |
| anyPointsInside(const ClipperLib::Path &points, const ClipperLib::Path &path) | ClipperHelpers | static |
| anyPointsInside(const ClipperLib::Paths &points, const ClipperLib::Path &path) | ClipperHelpers | static |
| calcIntersectionPos(const ClipperLib::IntPoint &p1, const ClipperLib::IntPoint &p2, const ClipperLib::cInt &x, ClipperLib::cInt &y) noexcept | ClipperHelpers | privatestatic |
| ClipperHelpers()=delete | ClipperHelpers | |
| convert(const ClipperLib::Paths &paths) noexcept | ClipperHelpers | static |
| convert(const ClipperLib::Path &path) noexcept | ClipperHelpers | static |
| convert(const ClipperLib::IntPoint &point) noexcept | ClipperHelpers | static |
| convert(const QVector< Path > &paths, const PositiveLength &maxArcTolerance) noexcept | ClipperHelpers | static |
| convert(const Path &path, const PositiveLength &maxArcTolerance) noexcept | ClipperHelpers | static |
| convert(const Point &point) noexcept | ClipperHelpers | static |
| convertHolesToCutIns(const ClipperLib::Path &outline, const ClipperLib::Paths &holes) | ClipperHelpers | privatestatic |
| flattenTree(const ClipperLib::PolyNode &node) | ClipperHelpers | static |
| insertConnectionPointToPath(ClipperLib::Path &path, const ClipperLib::IntPoint &p) | ClipperHelpers | privatestatic |
| intersect(ClipperLib::Paths &subject, const ClipperLib::Paths &clip, ClipperLib::PolyFillType subjectFillType, ClipperLib::PolyFillType clipFillType) | ClipperHelpers | static |
| intersectToTree(const ClipperLib::Paths &subject, const ClipperLib::Paths &clip, ClipperLib::PolyFillType subjectFillType, ClipperLib::PolyFillType clipFillType, bool closed=true) | ClipperHelpers | static |
| intersectToTree(const QList< ClipperLib::Paths > &paths) | ClipperHelpers | static |
| offset(ClipperLib::Paths &paths, const Length &offset, const PositiveLength &maxArcTolerance, ClipperLib::JoinType joinType=ClipperLib::jtRound) | ClipperHelpers | static |
| offsetToTree(const ClipperLib::Paths &paths, const Length &offset, const PositiveLength &maxArcTolerance) | ClipperHelpers | static |
| prepareHoles(const ClipperLib::Paths &holes) noexcept | ClipperHelpers | privatestatic |
| rotateCutInHole(const ClipperLib::Path &hole) noexcept | ClipperHelpers | privatestatic |
| subtract(ClipperLib::Paths &subject, const ClipperLib::Paths &clip, ClipperLib::PolyFillType subjectFillType, ClipperLib::PolyFillType clipFillType) | ClipperHelpers | static |
| subtractToTree(const ClipperLib::Paths &subject, const ClipperLib::Paths &clip, ClipperLib::PolyFillType subjectFillType, ClipperLib::PolyFillType clipFillType, bool closed=true) | ClipperHelpers | static |
| treeToPaths(const ClipperLib::PolyTree &tree) | ClipperHelpers | static |
| unite(ClipperLib::Paths &paths, ClipperLib::PolyFillType fillType) | ClipperHelpers | static |
| unite(ClipperLib::Paths &subject, const ClipperLib::Paths &clip, ClipperLib::PolyFillType subjectFillType, ClipperLib::PolyFillType clipFillType) | ClipperHelpers | static |
| uniteToTree(const ClipperLib::Paths &paths, ClipperLib::PolyFillType fillType) | ClipperHelpers | static |
| uniteToTree(const ClipperLib::Paths &paths, const ClipperLib::Paths &clip, ClipperLib::PolyFillType subjectFillType, ClipperLib::PolyFillType clipFillType) | ClipperHelpers | static |
| ~ClipperHelpers()=delete | ClipperHelpers |