![]() |
QCAD
Open Source 2D CAD
|
This is the complete list of members for RPolyline, including all inherited members.
appendShape(const RShape &shape, bool prepend=false) | RPolyline | |
appendShapeAuto(const RShape &shape) | RPolyline | |
appendShapeTrim(const RShape &shape) | RPolyline | |
appendVertex(const RVector &vertex, double bulge=0.0, double w1=0.0, double w2=0.0) | RPolyline | |
appendVertex(double x, double y, double bulge=0.0, double w1=0.0, double w2=0.0) | RPolyline | |
Arc enum value | RShape | |
autoClose(double tolerance=RS::PointTolerance) | RPolyline | inline |
bulges | RPolyline | protected |
castToExplodable(const RShape *shape) | RShape | static |
Circle enum value | RShape | |
clear() | RPolyline | |
clone() const | RPolyline | inlinevirtual |
cloneToPolyline() const | RPolyline | inline |
closed | RPolyline | protected |
closeTrim() | RPolyline | |
contains(const RVector &point, bool borderIsInside=false, double tolerance=RS::PointTolerance) const | RPolyline | virtual |
containsShape(const RShape &shape) const | RPolyline | |
convertArcToLineSegments(int segments) const | RPolyline | |
convertArcToLineSegmentsLength(double segmentLength) const | RPolyline | |
convertToClosed() | RPolyline | |
convertToOpen() | RPolyline | |
countSegments() const | RPolyline | |
countVertices() const | RPolyline | |
dump() const | RShape | |
Ellipse enum value | RShape | |
ellipse2tr(double x, double y, double AA, double BB, double CC, double DD, double EE, double FF) | RShape | privatestatic |
ellipseToArcCircleEllipse(const REllipse &ellipse) | RShape | static |
endWidths | RPolyline | protected |
epsTolerance | RShape | privatestatic |
equals(const RShape &other, double tolerance=RS::PointTolerance) const | RShape | virtual |
errorCode | RShape | protectedstatic |
filterOnShape(const QList< RVector > &pointList, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
flipHorizontal() | RShape | virtual |
flipVertical() | RShape | virtual |
getAngleAt(double distance, RS::From from=RS::FromStart) const | RPolyline | virtual |
getAngleAtPercent(double p) const | RShape | virtual |
getAngleAtPoint(const RVector &pos) const | RShape | inlinevirtual |
getArcReferencePoints() const | RShape | inlinevirtual |
getArea() const | RPolyline | |
getBaseAngle() const | RPolyline | |
getBoolProperties() const | RPolyline | virtual |
getBoundingBox() const | RPolyline | virtual |
getBulgeAt(int i) const | RPolyline | |
getBulges() const | RPolyline | |
getCenterPoints() const | RPolyline | virtual |
getCentroid() const | RPolyline | |
getClosestPointOnShape(const RVector &p, bool limited=true, double strictRange=RMAXDOUBLE) const | RShape | virtual |
getClosestSegment(const RVector &point) const | RPolyline | |
getClosestVertex(const RVector &point) const | RPolyline | |
getConcaveVertices() const | RPolyline | |
getConvexVertices(bool convex=true) const | RPolyline | |
getDirection1() const | RPolyline | virtual |
getDirection2() const | RPolyline | virtual |
getDistanceFromStart(const RVector &p) const | RPolyline | inlinevirtual |
getDistancesFromStart(const RVector &p) const | RPolyline | virtual |
getDistanceTo(const RVector &point, bool limited=true, double strictRange=RMAXDOUBLE) const | RPolyline | virtual |
getDoubleProperties() const | RPolyline | virtual |
getEndPoint() const | RPolyline | virtual |
getEndPoints() const | RPolyline | virtual |
getEndWidthAt(int i) const | RPolyline | |
getEndWidths() const | RPolyline | |
getErrorCode() | RShape | inlinestatic |
getExploded(int segments=RDEFAULT_MIN1) const | RPolyline | virtual |
getFirstSegment() const | RPolyline | |
getHeight() const | RPolyline | |
getIntersectionPoints(const RShape &other, bool limited=true, bool same=false, bool force=false) const | RShape | |
getIntersectionPoints(const RShape &shape1, const RShape &shape2, bool limited=true, bool same=false, bool force=false) | RShape | static |
getIntersectionPointsAA(const RArc &arc1, const RArc &arc2, bool limited=true) | RShape | static |
getIntersectionPointsAC(const RArc &arc1, const RCircle &circle2, bool limited=true) | RShape | static |
getIntersectionPointsAE(const RArc &arc1, const REllipse &ellipse2, bool limited=true) | RShape | static |
getIntersectionPointsAS(const RArc &arc1, const RSpline &spline2, bool limited=true) | RShape | static |
getIntersectionPointsAT(const RArc &arc1, const RTriangle &triangle2, bool limited=true) | RShape | static |
getIntersectionPointsAX(const RArc &arc1, const RExplodable &explodable2, bool limited=true) | RShape | static |
getIntersectionPointsCC(const RCircle &circle1, const RCircle &circle2) | RShape | static |
getIntersectionPointsCE(const RCircle &circle1, const REllipse &ellipse2) | RShape | static |
getIntersectionPointsCS(const RCircle &circle1, const RSpline &spline2, bool limited=true) | RShape | static |
getIntersectionPointsCX(const RCircle &circle1, const RExplodable &explodable2, bool limited=true) | RShape | static |
getIntersectionPointsEE(const REllipse &ellipse1, const REllipse &ellipse2) | RShape | static |
getIntersectionPointsEE(const REllipse &ellipse1, const REllipse &ellipse2, bool limited) | RShape | static |
getIntersectionPointsES(const REllipse &ellipse1, const RSpline &spline2, bool limited=true) | RShape | static |
getIntersectionPointsEX(const REllipse &ellipse1, const RExplodable &explodable2, bool limited=true) | RShape | static |
getIntersectionPointsLA(const RLine &line1, const RArc &arc2, bool limited=true) | RShape | inlinestatic |
getIntersectionPointsLA(const RLine &line1, const RArc &arc2, bool limited1, bool limited2) | RShape | static |
getIntersectionPointsLC(const RLine &line1, const RCircle &circle2, bool limited=true) | RShape | static |
getIntersectionPointsLE(const RLine &line1, const REllipse &ellipse2, bool limited=true) | RShape | inlinestatic |
getIntersectionPointsLE(const RLine &line1, const REllipse &ellipse2, bool limited1, bool limited2) | RShape | static |
getIntersectionPointsLL(const RLine &line1, const RLine &line2, bool limited=true) | RShape | inlinestatic |
getIntersectionPointsLL(const RLine &line1, const RLine &line2, bool limited1, bool limited2) | RShape | static |
getIntersectionPointsLS(const RLine &line1, const RSpline &spline2, bool limited=true) | RShape | static |
getIntersectionPointsLT(const RLine &line1, const RTriangle &triangle2, bool limited=true) | RShape | inlinestatic |
getIntersectionPointsLT(const RLine &line1, const RTriangle &triangle2, bool limited1, bool limited2) | RShape | static |
getIntersectionPointsLX(const RLine &line1, const RExplodable &explodable2, bool limited=true) | RShape | static |
getIntersectionPointsSS(const RSpline &spline1, const RSpline &spline2, bool limited=true, bool same=false, double tolerance=RS::PointTolerance) | RShape | static |
getIntersectionPointsSX(const RSpline &spline1, const RExplodable &explodable2, bool limited) | RShape | static |
getIntersectionPointsXX(const RExplodable &explodable1, const RExplodable &explodable2, bool limited=true, bool same=false) | RShape | static |
getIntProperties() const | RShape | inlinevirtual |
getLastSegment() const | RPolyline | |
getLastVertex() const | RPolyline | |
getLeftOutline() const | RPolyline | inline |
getLeftRightOutline() const | RPolyline | |
getLength() const | RPolyline | virtual |
getLengthTo(const RVector &p, bool limited=true) const | RPolyline | |
getMaxDistanceTo(const QList< RVector > &points, bool limited=true, double strictRange=RMAXDOUBLE) const | RShape | virtual |
getMiddlePoint() const | RPolyline | virtual |
getMiddlePoints() const | RPolyline | virtual |
getOffsetArcs(const RShape &shape, double distance, int number, RS::Side side, const RVector &position=RVector::invalid) | RShape | static |
getOffsetLines(const RShape &shape, double distance, int number, RS::Side side, const RVector &position=RVector::invalid) | RShape | static |
getOffsetShapes(double distance, int number, RS::Side side, const RVector &position=RVector::invalid) | RShape | virtual |
getOrderedShapes(const QList< QSharedPointer< RShape > > &shapes) | RShape | static |
getOrientation(bool implicitelyClosed=false) const | RPolyline | |
getOutline() const | RPolyline | |
getPointAtPercent(double p) const | RPolyline | virtual |
getPointCloud(double segmentLength) const | RPolyline | virtual |
getPointInside() const | RPolyline | |
getPointOnShape() const | RShape | virtual |
getPointsWithDistanceToEnd(double distance, int from=RS::FromAny) const | RPolyline | virtual |
getPointWithDistanceToEnd(double distance) const | RShape | inlinevirtual |
getPointWithDistanceToStart(double distance) const | RShape | inlinevirtual |
getPolygon(double segmentLength) const | RPolyline | |
getPolygonHull(double angle, double tolerance, bool inner=false) const | RPolyline | |
getPolylineProxy() | RPolyline | inlinestatic |
getPolylines(const QList< QSharedPointer< RShape > > &shapes) | RShape | static |
getReversed() const | RPolyline | virtual |
getReversedShapeList(const QList< QSharedPointer< RShape > > &shapes) | RShape | static |
getRightOutline() const | RPolyline | inline |
getSegmentAt(int i) const | RPolyline | |
getSegmentAtDist(double dist) | RPolyline | |
getSegmentsLength(int fromIndex, int toIndex) const | RPolyline | |
getSelfIntersectionPoints(double tolerance=RS::PointTolerance) const | RPolyline | virtual |
getShapeProxy() | RShape | inlinestatic |
getShapeType() const | RPolyline | inlinevirtual |
getSideOfPoint(const RVector &point) const | RPolyline | virtual |
getStartPoint() const | RPolyline | virtual |
getStartWidthAt(int i) const | RPolyline | |
getStartWidths() const | RPolyline | |
getTransformed(const QTransform &transform) const | RPolyline | virtual |
getTrimEnd(const RVector &trimPoint, const RVector &clickPoint) | RPolyline | virtual |
getVectorFromEndpointTo(const RVector &point) const | RShape | virtual |
getVectorProperties() const | RPolyline | virtual |
getVectorTo(const RVector &point, bool limited=true, double strictRange=RMAXDOUBLE) const | RPolyline | virtual |
getVertexAngle(int i, RS::Orientation orientation=RS::UnknownOrientation) const | RPolyline | |
getVertexAngles() const | RPolyline | |
getVertexAt(int i) const | RPolyline | |
getVertexIndex(const RVector &v, double tolerance=RS::PointTolerance) const | RPolyline | |
getVertices() const | RPolyline | |
getWidth() const | RPolyline | |
hasArcSegments() const | RPolyline | |
hasProxy() | RPolyline | inlinestatic |
hasWidths() const | RPolyline | |
insertVertex(int index, const RVector &vertex, double bulgeBefore=0.0, double bulgeAfter=0.0) | RPolyline | |
insertVertexAt(const RVector &point) | RPolyline | |
insertVertexAtDistance(double dist) | RPolyline | |
insertVerticesAtSelfIntersections() | RPolyline | |
intersectsWith(const RShape &other, bool limited=true) const | RShape | virtual |
isArcSegmentAt(int i) const | RPolyline | |
isArcShape(const RShape &s) | RShape | inlinestatic |
isCircleShape(const RShape &s) | RShape | inlinestatic |
isClosed() const | RPolyline | |
isConcave() const | RPolyline | |
isDirected() const | RPolyline | inlinevirtual |
isEllipseShape(const RShape &s) | RShape | inlinestatic |
isEmpty() const | RPolyline | inline |
isFlat() const | RPolyline | |
isFullEllipseShape(const RShape &s) | RShape | static |
isGeometricallyClosed(double tolerance=RS::PointTolerance) const | RPolyline | |
isInterpolated() const | RPolyline | inlinevirtual |
isLineSegment(int i) const | RPolyline | protected |
isLineShape(const RShape &s) | RShape | inlinestatic |
isOnShape(const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
isPointShape(const RShape &s) | RShape | inlinestatic |
isPolylineShape(const RShape &s) | RShape | inlinestatic |
isRayShape(const RShape &s) | RShape | inlinestatic |
isSplineShape(const RShape &s) | RShape | inlinestatic |
isStraight(double bulge) | RPolyline | static |
isTriangleShape(const RShape &s) | RShape | inlinestatic |
isValid() const | RShape | inlinevirtual |
isXLineShape(const RShape &s) | RShape | inlinestatic |
Line enum value | RShape | |
mirror(const RLine &axis) | RPolyline | virtual |
modifyPolylineCorner(const RShape &trimmedShape1, RS::Ending ending1, int segmentIndex1, const RShape &trimmedShape2, RS::Ending ending2, int segmentIndex2, const RShape *cornerShape=NULL) const | RPolyline | |
morph(const RPolyline &target, int steps, RS::Easing easing=RS::Linear, bool zLinear=true, double customFactor=RNANDOUBLE) const | RPolyline | |
move(const RVector &offset) | RPolyline | virtual |
moveEndPoint(const RVector &pos) | RPolyline | |
moveSegmentAt(int i, const RVector &offset) | RPolyline | |
moveStartPoint(const RVector &pos) | RPolyline | |
moveVertexAt(int i, const RVector &offset) | RPolyline | |
normalize(double tolerance=RS::PointTolerance) | RPolyline | |
order(QList< QList< QSharedPointer< RShape > > > &boundary) | RShape | static |
Point enum value | RShape | |
Polyline enum value | RShape | |
polylineProxy | RPolyline | privatestatic |
prependShape(const RShape &shape) | RPolyline | |
prependVertex(const RVector &vertex, double bulge=0.0, double w1=0.0, double w2=0.0) | RPolyline | |
print(QDebug dbg) const | RPolyline | protectedvirtual |
Ray enum value | RShape | |
rayToLine(QSharedPointer< RShape > shape) | RShape | static |
relocateStartPoint(const RVector &p) | RPolyline | |
relocateStartPoint(double dist) | RPolyline | |
removeFirstVertex() | RPolyline | |
removeLastVertex() | RPolyline | |
removeVertex(int index) | RPolyline | |
removeVerticesAfter(int index) | RPolyline | |
removeVerticesBefore(int index) | RPolyline | |
reverse() | RPolyline | virtual |
rotate(double rotation, const RVector ¢er=RDEFAULT_RVECTOR) | RPolyline | virtual |
roundAllCorners(double radius) const | RPolyline | |
roundCorners(const QList< QSharedPointer< RShape > > &shapes, double radius) | RShape | static |
roundShapes(const QSharedPointer< RShape > shape1, const RVector &clickPos1, const QSharedPointer< RShape > shape2, const RVector &clickPos2, bool trim, bool samePolyline, double radius, const RVector &pos) | RShape | static |
RPolyline() | RPolyline | |
RPolyline(const QList< RVector > &vertices, bool closed) | RPolyline | |
RPolyline(const QList< QSharedPointer< RShape > > &segments) | RPolyline | |
RShape() | RShape | |
scale(double scaleFactor, const RVector ¢er=RDEFAULT_RVECTOR) | RPolyline | virtual |
scale(const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) | RPolyline | virtual |
scaleArc(const RShape &shape, const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) | RShape | inlinestatic |
setBulgeAt(int i, double b) | RPolyline | |
setBulges(const QList< double > &b) | RPolyline | |
setClosed(bool on) | RPolyline | |
setEndWidthAt(int i, double w) | RPolyline | |
setEndWidths(const QList< double > &ew) | RPolyline | |
setGlobalWidth(double w) | RPolyline | |
setHeight(double v) | RPolyline | |
setMinimumWidth(double w) | RPolyline | |
setOrientation(RS::Orientation orientation) | RPolyline | |
setPolylineProxy(RPolylineProxy *p) | RPolyline | inlinestatic |
setShapeProxy(RShapeProxy *p) | RShape | inlinestatic |
setStartWidthAt(int i, double w) | RPolyline | |
setStartWidths(const QList< double > &sw) | RPolyline | |
setVertexAt(int i, const RVector &v) | RPolyline | |
setVertices(const QList< RVector > &vertices) | RPolyline | |
setWidth(double v) | RPolyline | |
setZ(double z) | RPolyline | virtual |
shapeProxy | RShape | privatestatic |
simplify(double tolerance=RS::PointTolerance) | RPolyline | |
Spline enum value | RShape | |
splitAt(const QList< RVector > &points) const | RShape | virtual |
splitAtDiscontinuities(double tolerance) const | RPolyline | |
splitAtSegmentTypeChange() const | RPolyline | |
startWidths | RPolyline | protected |
stretch(const RPolyline &area, const RVector &offset) | RPolyline | virtual |
RShape::stretch(const RBox &area, const RVector &offset) | RShape | virtual |
stripWidths() | RPolyline | |
to2D() | RShape | inlinevirtual |
toLogicallyClosed(double tolerance=RS::PointTolerance) | RPolyline | |
toLogicallyOpen() | RPolyline | |
toPainterPath(bool addOriginalShapes=false) const | RPolyline | |
transformArc(const RShape &shape, RShapeTransformation &transformation) | RShape | static |
Triangle enum value | RShape | |
trim(const RShape &trimShape, const RVector &trimClickPos, const RShape &limitingShape, const RVector &limitingClickPos, bool trimBoth, bool samePolyline) | RShape | static |
trimEndPoint(const RVector &trimPoint, const RVector &clickPoint=RVector::invalid, bool extend=false) | RPolyline | virtual |
trimEndPoint(double trimDist) | RPolyline | virtual |
trimStartPoint(const RVector &trimPoint, const RVector &clickPoint=RVector::invalid, bool extend=false) | RPolyline | virtual |
trimStartPoint(double trimDist) | RPolyline | virtual |
twopi | RShape | privatestatic |
Type enum name | RShape | |
Unknown enum value | RShape | |
verifyTangency(double toleranceMin=RS::AngleTolerance, double toleranceMax=M_PI_4) | RPolyline | |
vertices | RPolyline | protected |
XLine enum value | RShape | |
xLineToRay(QSharedPointer< RShape > shape) | RShape | static |
~RExplodable() | RExplodable | inlinevirtual |
~RPolyline() | RPolyline | virtual |
~RShape() | RShape | virtual |