Home
last modified time | relevance | path

Searched refs:dropMValue (Results 1 – 25 of 74) sorted by relevance

123

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmdropmzvalues.cpp103 newGeom->dropMValue(); in processFeature()
H A Dqgsalgorithmsetmvalue.cpp114 newGeometry->dropMValue(); in processFeature()
H A Dqgsalgorithmdetectdatasetchanges.cpp310 revised.get()->dropMValue(); in processAlgorithm()
312 original.get()->dropMValue(); in processAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmdropmzvalues.cpp103 newGeom->dropMValue(); in processFeature()
H A Dqgsalgorithmsetmvalue.cpp114 newGeometry->dropMValue(); in processFeature()
H A Dqgsalgorithmdetectdatasetchanges.cpp310 revised.get()->dropMValue(); in processAlgorithm()
312 original.get()->dropMValue(); in processAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgscurvepolygon.cpp663 ring->dropMValue(); in setExteriorRing()
693 ring->dropMValue(); in addInteriorRing()
1235 bool QgsCurvePolygon::dropMValue() in dropMValue() function in QgsCurvePolygon
1242 mExteriorRing->dropMValue(); in dropMValue()
1245 curve->dropMValue(); in dropMValue()
H A Dqgsmultilinestring.cpp150 g->dropMValue(); in addGeometry()
H A Dqgsmulticurve.cpp163 g->dropMValue(); in addGeometry()
H A Dqgsmultipoint.cpp166 g->dropMValue(); in addGeometry()
H A Dqgsmultisurface.cpp174 g->dropMValue(); in addGeometry()
H A Dqgscompoundcurve.h127 bool dropMValue() override;
H A Dqgsmultipolygon.cpp164 g->dropMValue(); in addGeometry()
H A Dqgscircularstring.h126 bool dropMValue() override;
H A Dqgscompoundcurve.cpp485 c->dropMValue(); in addCurve()
992 bool QgsCompoundCurve::dropMValue() in dropMValue() function in QgsCompoundCurve
1000 curve->dropMValue(); in dropMValue()
H A Dqgscurvepolygon.h259 bool dropMValue() override;
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscurvepolygon.cpp718 ring->dropMValue(); in setExteriorRing()
748 ring->dropMValue(); in addInteriorRing()
1290 bool QgsCurvePolygon::dropMValue() in dropMValue() function in QgsCurvePolygon
1297 mExteriorRing->dropMValue(); in dropMValue()
1300 curve->dropMValue(); in dropMValue()
H A Dqgsmultilinestring.cpp150 g->dropMValue(); in addGeometry()
H A Dqgsmulticurve.cpp163 g->dropMValue(); in addGeometry()
H A Dqgsmultisurface.cpp174 g->dropMValue(); in addGeometry()
H A Dqgsmultipoint.cpp167 g->dropMValue(); in addGeometry()
H A Dqgsmultipolygon.cpp164 g->dropMValue(); in addGeometry()
H A Dqgscompoundcurve.h155 bool dropMValue() override;
H A Dqgscircularstring.h160 bool dropMValue() override;
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgspoint.cpp518 QVERIFY( p27.dropMValue() ); in point()
520 QVERIFY( !p27.dropMValue() ); in point()
522 QVERIFY( p28.dropMValue() ); in point()
524 QVERIFY( !p28.dropMValue() ); in point()

123