Home
last modified time | relevance | path

Searched refs:moveVertex (Results 1 – 25 of 129) sorted by relevance

123456

/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgstriangle.cpp49 void moveVertex();
644 void TestQgsTriangle::moveVertex() in moveVertex() function in TestQgsTriangle
674 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
678 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
683 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
687 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
692 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
697 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
699 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
703 QVERIFY( tr.moveVertex( id, pt1 ) ); in moveVertex()
[all …]
H A Dtestqgscircularstring.cpp59 void moveVertex();
465 cs.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 51.0, 2 ) ); in gettersSetters()
468 cs.moveVertex( QgsVertexId( 0, 0, 1 ), QgsPoint( 61.0, 12 ) ); in gettersSetters()
480 cs.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 51.0, 52 ) ); in gettersSetters()
483 cs.moveVertex( QgsVertexId( 0, 0, 1 ), QgsPoint( 61.0, 62 ) ); in gettersSetters()
490 cs.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 71.0, 2, 53 ) ); in gettersSetters()
493 cs.moveVertex( QgsVertexId( 0, 0, 1 ), QgsPoint( 71.0, 2, 63 ) ); in gettersSetters()
624 cs.moveVertex( QgsVertexId( 0, 0, cs.numPoints() - 1 ), pEnd ); in isClosed()
1087 void TestQgsCircularString::moveVertex() in moveVertex() function in TestQgsCircularString
1355 cs.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 1, 2, 5 ) ); in convertTo()
[all …]
H A Dtestqgsgeometrycollection.cpp1059 QVERIFY( !p26.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in geometryCollection()
1060 QVERIFY( !p26.moveVertex( QgsVertexId( -1, 0, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in geometryCollection()
1061 QVERIFY( !p26.moveVertex( QgsVertexId( 1, 0, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in geometryCollection()
1068 QVERIFY( p26.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in geometryCollection()
1069 QVERIFY( p26.moveVertex( QgsVertexId( 0, 0, 1 ), QgsPoint( 16.0, 17.0 ) ) ); in geometryCollection()
1070 QVERIFY( p26.moveVertex( QgsVertexId( 0, 0, 2 ), QgsPoint( 26.0, 27.0 ) ) ); in geometryCollection()
1077 QVERIFY( !p26.moveVertex( QgsVertexId( 0, 0, -1 ), QgsPoint( 3.0, 4.0 ) ) ); in geometryCollection()
1078 QVERIFY( !p26.moveVertex( QgsVertexId( 0, 0, 10 ), QgsPoint( 3.0, 4.0 ) ) ); in geometryCollection()
1079 QVERIFY( !p26.moveVertex( QgsVertexId( 1, 0, 0 ), QgsPoint( 3.0, 4.0 ) ) ); in geometryCollection()
1087 QVERIFY( p26.moveVertex( QgsVertexId( 1, 0, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in geometryCollection()
[all …]
H A Dtestqgspoint.cpp351 p15.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 11.0, 13.0 ) ); in point()
401 p19.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( QgsWkbTypes::PointZM, 1.0, 2.0, 3.0, 4.0 ) ); in point()
404 p19.moveVertex( QgsVertexId( 1, 2, 3 ), QgsPoint( QgsWkbTypes::PointZM, 2.0, 3.0, 1.0, 2.0 ) ); in point()
407 p19.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( QgsWkbTypes::Point, 11.0, 12.0 ) ); in point()
410 p19.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( QgsWkbTypes::PointZ, 21.0, 22.0, 23.0 ) ); in point()
413 p19.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( QgsWkbTypes::PointM, 31.0, 32.0, 0.0, 43.0 ) ); in point()
417 p20.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( QgsWkbTypes::PointZM, 2.0, 3.0, 1.0, 2.0 ) ); in point()
H A Dtestqgscurvepolygon.cpp735 QVERIFY( !poly.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in testMoveVertex()
744 QVERIFY( poly.moveVertex( QgsVertexId( 0, 0, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in testMoveVertex()
745 QVERIFY( poly.moveVertex( QgsVertexId( 0, 0, 1 ), QgsPoint( 16.0, 17.0 ) ) ); in testMoveVertex()
746 QVERIFY( poly.moveVertex( QgsVertexId( 0, 0, 2 ), QgsPoint( 26.0, 27.0 ) ) ); in testMoveVertex()
753 QVERIFY( poly.moveVertex( QgsVertexId( 0, 0, 3 ), QgsPoint( 1.0, 2.0 ) ) ); in testMoveVertex()
760 QVERIFY( !poly.moveVertex( QgsVertexId( 0, 0, -1 ), QgsPoint( 3.0, 4.0 ) ) ); in testMoveVertex()
761 QVERIFY( !poly.moveVertex( QgsVertexId( 0, 0, 10 ), QgsPoint( 3.0, 4.0 ) ) ); in testMoveVertex()
762 QVERIFY( !poly.moveVertex( QgsVertexId( 0, 1, 0 ), QgsPoint( 3.0, 4.0 ) ) ); in testMoveVertex()
770 QVERIFY( poly.moveVertex( QgsVertexId( 0, 1, 0 ), QgsPoint( 6.0, 7.0 ) ) ); in testMoveVertex()
771 QVERIFY( poly.moveVertex( QgsVertexId( 0, 1, 1 ), QgsPoint( 16.0, 17.0 ) ) ); in testMoveVertex()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayereditutils.h55 bool moveVertex( double x, double y, QgsFeatureId atFeatureId, int atVertex );
63 …bool moveVertex( const QgsPoint &p, QgsFeatureId atFeatureId, int atVertex ) SIP_PYNAME( moveVerte…
H A Dqgsvectorlayereditutils.cpp73 bool QgsVectorLayerEditUtils::moveVertex( double x, double y, QgsFeatureId atFeatureId, int atVerte… in moveVertex() function in QgsVectorLayerEditUtils
76 return moveVertex( p, atFeatureId, atVertex ); in moveVertex()
79 bool QgsVectorLayerEditUtils::moveVertex( const QgsPoint &p, QgsFeatureId atFeatureId, int atVertex… in moveVertex() function in QgsVectorLayerEditUtils
90 geometry.moveVertex( p, atVertex ); in moveVertex()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayereditutils.h55 bool moveVertex( double x, double y, QgsFeatureId atFeatureId, int atVertex );
63 …bool moveVertex( const QgsPoint &p, QgsFeatureId atFeatureId, int atVertex ) SIP_PYNAME( moveVerte…
H A Dqgsvectorlayereditutils.cpp73 bool QgsVectorLayerEditUtils::moveVertex( double x, double y, QgsFeatureId atFeatureId, int atVerte… in moveVertex() function in QgsVectorLayerEditUtils
76 return moveVertex( p, atFeatureId, atVertex ); in moveVertex()
79 bool QgsVectorLayerEditUtils::moveVertex( const QgsPoint &p, QgsFeatureId atFeatureId, int atVertex… in moveVertex() function in QgsVectorLayerEditUtils
90 geometry.moveVertex( p, atVertex ); in moveVertex()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgscurvepolygon.cpp597 ring->moveVertex( QgsVertexId( -1, -1, ring->numPoints() - 1 ), startPoint ); in removeDuplicateNodes()
1046 ring->moveVertex( QgsVertexId( 0, 0, n ), vertex ); in insertVertex()
1048 ring->moveVertex( QgsVertexId( 0, 0, 0 ), vertex ); in insertVertex()
1055 bool QgsCurvePolygon::moveVertex( QgsVertexId vId, const QgsPoint &newPos ) in moveVertex() function in QgsCurvePolygon
1064 bool success = ring->moveVertex( vId, newPos ); in moveVertex()
1069 ring->moveVertex( QgsVertexId( vId.part, vId.ring, n - 1 ), newPos ); in moveVertex()
1071 ring->moveVertex( QgsVertexId( vId.part, vId.ring, 0 ), newPos ); in moveVertex()
1112 …ring->moveVertex( QgsVertexId( 0, 0, ring->numPoints() - 1 ), ring->vertexAt( QgsVertexId( 0, 0, 0… in deleteVertex()
1114 …ring->moveVertex( QgsVertexId( 0, 0, 0 ), ring->vertexAt( QgsVertexId( 0, 0, ring->numPoints() - 1… in deleteVertex()
H A Dqgscompoundcurve.cpp442 curve->moveVertex( QgsVertexId( -1, -1, 0 ), lastEnd ); in removeDuplicateNodes()
602 bool QgsCompoundCurve::moveVertex( QgsVertexId position, const QgsPoint &newPos ) in moveVertex() function in QgsCompoundCurve
608 mCurves.at( idIt->first )->moveVertex( idIt->second, newPos ); in moveVertex()
648 mCurves.at( curveIds.at( 0 ).first )->moveVertex( in deleteVertex()
661 mCurves.at( curveIds.at( 1 ).first )->moveVertex( QgsVertexId( 0, 0, 0 ), intermediatePoint ); in deleteVertex()
671 mCurves.at( curveIds.at( 1 ).first )->moveVertex( QgsVertexId( 0, 0, 0 ), startPoint ); in deleteVertex()
677 mCurves.at( curveIds.at( 0 ).first )->moveVertex( in deleteVertex()
H A Dqgstriangle.h97 bool moveVertex( QgsVertexId vId, const QgsPoint &newPos ) override;
H A Dqgstriangle.cpp279 bool QgsTriangle::moveVertex( QgsVertexId vId, const QgsPoint &newPos ) in moveVertex() function in QgsTriangle
295 bool success = mExteriorRing->moveVertex( vId, newPos ); in moveVertex()
300 mExteriorRing->moveVertex( QgsVertexId( vId.part, vId.ring, n - 1 ), newPos ); in moveVertex()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscurvepolygon.cpp619 ring->moveVertex( QgsVertexId( -1, -1, ring->numPoints() - 1 ), startPoint ); in removeDuplicateNodes()
1101 ring->moveVertex( QgsVertexId( 0, 0, n ), vertex ); in insertVertex()
1103 ring->moveVertex( QgsVertexId( 0, 0, 0 ), vertex ); in insertVertex()
1110 bool QgsCurvePolygon::moveVertex( QgsVertexId vId, const QgsPoint &newPos ) in moveVertex() function in QgsCurvePolygon
1119 bool success = ring->moveVertex( vId, newPos ); in moveVertex()
1124 ring->moveVertex( QgsVertexId( vId.part, vId.ring, n - 1 ), newPos ); in moveVertex()
1126 ring->moveVertex( QgsVertexId( vId.part, vId.ring, 0 ), newPos ); in moveVertex()
1167 …ring->moveVertex( QgsVertexId( 0, 0, ring->numPoints() - 1 ), ring->vertexAt( QgsVertexId( 0, 0, 0… in deleteVertex()
1169 …ring->moveVertex( QgsVertexId( 0, 0, 0 ), ring->vertexAt( QgsVertexId( 0, 0, ring->numPoints() - 1… in deleteVertex()
H A Dqgscompoundcurve.cpp528 curve->moveVertex( QgsVertexId( -1, -1, 0 ), lastEnd ); in removeDuplicateNodes()
768 bool QgsCompoundCurve::moveVertex( QgsVertexId position, const QgsPoint &newPos ) in moveVertex() function in QgsCompoundCurve
774 mCurves.at( idIt->first )->moveVertex( idIt->second, newPos ); in moveVertex()
814 mCurves.at( curveIds.at( 0 ).first )->moveVertex( in deleteVertex()
827 mCurves.at( curveIds.at( 1 ).first )->moveVertex( QgsVertexId( 0, 0, 0 ), intermediatePoint ); in deleteVertex()
837 mCurves.at( curveIds.at( 1 ).first )->moveVertex( QgsVertexId( 0, 0, 0 ), startPoint ); in deleteVertex()
843 mCurves.at( curveIds.at( 0 ).first )->moveVertex( in deleteVertex()
H A Dqgstriangle.cpp275 bool QgsTriangle::moveVertex( QgsVertexId vId, const QgsPoint &newPos ) in moveVertex() function in QgsTriangle
291 const bool success = mExteriorRing->moveVertex( vId, newPos ); in moveVertex()
296 mExteriorRing->moveVertex( QgsVertexId( vId.part, vId.ring, n - 1 ), newPos ); in moveVertex()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsgeometryrubberband.cpp129 void QgsGeometryRubberBand::moveVertex( QgsVertexId id, const QgsPoint &newPos ) in moveVertex() function in QgsGeometryRubberBand
133 mGeometry->moveVertex( id, newPos ); in moveVertex()
H A Dqgsgeometryrubberband.h103 void moveVertex( QgsVertexId id, const QgsPoint &newPos );
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsgeometryrubberband.cpp130 void QgsGeometryRubberBand::moveVertex( QgsVertexId id, const QgsPoint &newPos ) in moveVertex() function in QgsGeometryRubberBand
134 mGeometry->moveVertex( id, newPos ); in moveVertex()
H A Dqgsgeometryrubberband.h103 void moveVertex( QgsVertexId id, const QgsPoint &newPos );
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/organic/
H A DJGraphSelfOrganizingOrganicLayout.java326 moveVertex(indexClosestVertex); in updateToRandomNode()
351 private void moveVertex(int vertexIndex) { in moveVertex() method in JGraphSelfOrganizingOrganicLayout
/dports/graphics/qgis/qgis-3.22.3/src/core/annotations/
H A Dqgsannotationlineitem.cpp102 if ( mCurve->moveVertex( moveOperation->nodeId(), QgsPoint( moveOperation->after() ) ) ) in applyEdit()
147 … if ( modifiedCurve->moveVertex( moveOperation->nodeId(), QgsPoint( moveOperation->after() ) ) ) in transientEditResults()
H A Dqgsannotationpolygonitem.cpp132 if ( mPolygon->moveVertex( moveOperation->nodeId(), QgsPoint( moveOperation->after() ) ) ) in applyEdit()
177 … if ( modifiedPolygon->moveVertex( moveOperation->nodeId(), QgsPoint( moveOperation->after() ) ) ) in transientEditResults()
/dports/math/polymake/polymake-4.5/bundled/javaview/java/src/de/tuberlin/polymake/graph/javaview/
H A DSpringEmbedderFrame.java167 geometry.moveVertex(a_geom.getName(), index, coords); in dragVertex()
/dports/math/polymake/polymake-4.5/bundled/javaview/java/src/de/tuberlin/polymake/polytope/javaview/
H A DSchlegelFrame.java153 geometry.moveVertex(m_geom.getName(), index, coords); in dragVertex()

123456