Home
last modified time | relevance | path

Searched refs:endDistance (Results 1 – 25 of 58) sorted by relevance

123

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmextendlines.cpp88 …std::unique_ptr< QgsProcessingParameterDistance> endDistance = std::make_unique< QgsProcessingPara… in initParameters() local
90 endDistance->setIsDynamic( true ); in initParameters()
91endDistance->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "End Distance" )… in initParameters()
92 endDistance->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
93 addParameter( endDistance.release() ); in initParameters()
127 double endDistance = mEndDistance; in processFeature() local
129 endDistance = mEndDistanceProperty.valueAsDouble( context.expressionContext(), endDistance ); in processFeature()
131 const QgsGeometry outGeometry = geometry.extendLine( startDistance, endDistance ); in processFeature()
H A Dqgsalgorithmlinesubstring.cpp93 …std::unique_ptr< QgsProcessingParameterDistance> endDistance = std::make_unique< QgsProcessingPara… in initParameters() local
95 endDistance->setIsDynamic( true ); in initParameters()
96endDistance->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "End Distance" )… in initParameters()
97 endDistance->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
98 addParameter( endDistance.release() ); in initParameters()
132 double endDistance = mEndDistance; in processFeature() local
134 endDistance = mEndDistanceProperty.valueAsDouble( context.expressionContext(), endDistance ); in processFeature()
151 std::unique_ptr< QgsCurve > substring( curve->curveSubstring( startDistance, endDistance ) ); in processFeature()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmextendlines.cpp88 …std::unique_ptr< QgsProcessingParameterDistance> endDistance = qgis::make_unique< QgsProcessingPar… in initParameters() local
90 endDistance->setIsDynamic( true ); in initParameters()
91endDistance->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "End Distance" )… in initParameters()
92 endDistance->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
93 addParameter( endDistance.release() ); in initParameters()
127 double endDistance = mEndDistance; in processFeature() local
129 endDistance = mEndDistanceProperty.valueAsDouble( context.expressionContext(), endDistance ); in processFeature()
131 const QgsGeometry outGeometry = geometry.extendLine( startDistance, endDistance ); in processFeature()
H A Dqgsalgorithmlinesubstring.cpp93 …std::unique_ptr< QgsProcessingParameterDistance> endDistance = qgis::make_unique< QgsProcessingPar… in initParameters() local
95 endDistance->setIsDynamic( true ); in initParameters()
96endDistance->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "End Distance" )… in initParameters()
97 endDistance->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
98 addParameter( endDistance.release() ); in initParameters()
132 double endDistance = mEndDistance; in processFeature() local
134 endDistance = mEndDistanceProperty.valueAsDouble( context.expressionContext(), endDistance ); in processFeature()
151 std::unique_ptr< QgsCurve > substring( curve->curveSubstring( startDistance, endDistance ) ); in processFeature()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestObservedPointFitter.cpp45 Real minError, Real maxError, Real endDistance) in testFitting() argument
69 if (endDistance >= 0) { in testFitting()
72 cout << "required dist=" << endDistance << ", actual=" << distance << endl; in testFitting()
73 ASSERT(std::abs(1.0-endDistance/distance) < TOL); in testFitting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dviewer_page.ts53 const endDistance = Math.abs(end - startDrag); constant
57 if (startDistance < range && startDistance <= endDistance) return 'START';
58 if (endDistance < range && endDistance <= startDistance) return 'END';
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/imports/audioengine/
H A Dqdeclarative_attenuationmodel_p.h89 Q_PROPERTY(qreal end READ endDistance WRITE setEndDistance)
97 qreal endDistance() const;
H A Dqdeclarative_attenuationmodel_p.cpp179 qreal QDeclarativeAttenuationModelLinear::endDistance() const in endDistance() function in QDeclarativeAttenuationModelLinear
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dviewer_page.ts187 const endDistance = Math.abs(end - startDrag); constant
191 if (startDistance < range && startDistance <= endDistance) return 'START';
192 if (endDistance < range && endDistance <= startDistance) return 'END';
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/buffer/
H A DVariableBuffer.java49 double endDistance) { in buffer() argument
51 startDistance, endDistance); in buffer()
72 double endDistance) { in buffer() argument
74 startDistance, midDistance, endDistance); in buffer()
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DPlanetLabel.cpp88 double endDistance = other.Position().Distance(end); in PlanetLabel() local
89 overlaps |= (startDistance < minDistance || endDistance < minDistance); in PlanetLabel()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgscompoundcurve.cpp917 QgsCompoundCurve *QgsCompoundCurve::curveSubstring( double startDistance, double endDistance ) const in curveSubstring()
919 if ( startDistance < 0 && endDistance < 0 ) in curveSubstring()
922 endDistance = std::max( startDistance, endDistance ); in curveSubstring()
935 …urve > part( curve->curveSubstring( startDistance - distanceTraversed, endDistance - distanceTrave… in curveSubstring()
941 if ( distanceTraversed > endDistance ) in curveSubstring()
H A Dqgslinestring.cpp1044 QgsLineString *QgsLineString::curveSubstring( double startDistance, double endDistance ) const in curveSubstring()
1046 if ( startDistance < 0 && endDistance < 0 ) in curveSubstring()
1049 endDistance = std::max( startDistance, endDistance ); in curveSubstring()
1101 if ( foundStart && ( distanceTraversed + segmentLength > endDistance ) ) in curveSubstring()
1104 const double distanceToEnd = endDistance - distanceTraversed; in curveSubstring()
1123 if ( distanceTraversed >= endDistance ) in curveSubstring()
1179 void QgsLineString::extend( double startDistance, double endDistance ) in extend() argument
1194 if ( endDistance > 0 ) in extend()
1199 double newLen = currentLen + endDistance; in extend()
H A Dqgscircularstring.cpp1274 QgsCircularString *QgsCircularString::curveSubstring( double startDistance, double endDistance ) co… in curveSubstring()
1276 if ( startDistance < 0 && endDistance < 0 ) in curveSubstring()
1279 endDistance = std::max( startDistance, endDistance ); in curveSubstring()
1337 const bool endPointOnSegment = distanceTraversed + segmentLength > endDistance; in curveSubstring()
1340 const double distanceToEnd = endDistance - distanceTraversed; in curveSubstring()
1363 if ( !addedSegmentEnd && foundStart && ( distanceTraversed + segmentLength > endDistance ) ) in curveSubstring()
1366 const double distanceToEnd = endDistance - distanceTraversed; in curveSubstring()
1387 if ( distanceTraversed >= endDistance ) in curveSubstring()
H A Dqgscurve.h228 …virtual QgsCurve *curveSubstring( double startDistance, double endDistance ) const = 0 SIP_FACTORY;
H A Dqgslinestring.h567 void extend( double startDistance, double endDistance );
655 …QgsLineString *curveSubstring( double startDistance, double endDistance ) const override SIP_FACTO…
H A Dqgscompoundcurve.h121 …QgsCompoundCurve *curveSubstring( double startDistance, double endDistance ) const override SIP_FA…
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscompoundcurve.cpp1237 QgsCompoundCurve *QgsCompoundCurve::curveSubstring( double startDistance, double endDistance ) const in curveSubstring()
1239 if ( startDistance < 0 && endDistance < 0 ) in curveSubstring()
1242 endDistance = std::max( startDistance, endDistance ); in curveSubstring()
1255 …urve > part( curve->curveSubstring( startDistance - distanceTraversed, endDistance - distanceTrave… in curveSubstring()
1261 if ( distanceTraversed > endDistance ) in curveSubstring()
H A Dqgslinestring.cpp1279 QgsLineString *QgsLineString::curveSubstring( double startDistance, double endDistance ) const in curveSubstring()
1281 if ( startDistance < 0 && endDistance < 0 ) in curveSubstring()
1284 endDistance = std::max( startDistance, endDistance ); in curveSubstring()
1336 if ( foundStart && ( distanceTraversed + segmentLength > endDistance ) ) in curveSubstring()
1339 const double distanceToEnd = endDistance - distanceTraversed; in curveSubstring()
1358 if ( distanceTraversed >= endDistance ) in curveSubstring()
1414 void QgsLineString::extend( double startDistance, double endDistance ) in extend() argument
1429 if ( endDistance > 0 ) in extend()
1434 double newLen = currentLen + endDistance; in extend()
H A Dqgscircularstring.cpp1664 QgsCircularString *QgsCircularString::curveSubstring( double startDistance, double endDistance ) co… in curveSubstring()
1666 if ( startDistance < 0 && endDistance < 0 ) in curveSubstring()
1669 endDistance = std::max( startDistance, endDistance ); in curveSubstring()
1727 const bool endPointOnSegment = distanceTraversed + segmentLength > endDistance; in curveSubstring()
1730 const double distanceToEnd = endDistance - distanceTraversed; in curveSubstring()
1753 if ( !addedSegmentEnd && foundStart && ( distanceTraversed + segmentLength > endDistance ) ) in curveSubstring()
1756 const double distanceToEnd = endDistance - distanceTraversed; in curveSubstring()
1777 if ( distanceTraversed >= endDistance ) in curveSubstring()
H A Dqgscurve.h241 …virtual QgsCurve *curveSubstring( double startDistance, double endDistance ) const = 0 SIP_FACTORY;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/
H A Dqgscurve.sip.in232 … virtual QgsCurve *curveSubstring( double startDistance, double endDistance ) const = 0 /Factory/;
236 The ``startDistance`` and ``endDistance`` arguments specify the length along the curve
237 which the substring should start and end at. If the ``endDistance`` is greater than the
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpointset.h137 void extendLineByDistance( double startDistance, double endDistance, double smoothDistance );
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgscurve.sip.in250 … virtual QgsCurve *curveSubstring( double startDistance, double endDistance ) const = 0 /Factory/;
254 The ``startDistance`` and ``endDistance`` arguments specify the length along the curve
255 which the substring should start and end at. If the ``endDistance`` is greater than the
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpointset.h137 void extendLineByDistance( double startDistance, double endDistance, double smoothDistance );

123