Home
last modified time | relevance | path

Searched refs:addZValue (Results 26 – 50 of 124) sorted by relevance

12345

/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmpointslayerfromtable.cpp140 point.addZValue( attrs.at( zFieldIndex ).toDouble() ); in processAlgorithm()
H A Dqgsalgorithmtranslate.cpp146 geometry.get()->addZValue( 0 ); in processFeature()
H A Dqgsalgorithmarraytranslatedfeatures.cpp170 geometry.get()->addZValue( 0 ); in processFeature()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsmultisurface.cpp168 g->addZValue(); in addGeometry()
H A Dqgsmultipoint.cpp161 g->addZValue(); in addGeometry()
H A Dqgsgeometrycollection.cpp804 addZValue( 0 ); in fromCollectionWkt()
923 bool QgsGeometryCollection::addZValue( double zValue ) in addZValue() function in QgsGeometryCollection
932 geom->addZValue( zValue ); in addZValue()
H A Dqgscompoundcurve.cpp278 addZValue( 0 ); in fromWkt()
595 c->addZValue(); in addCurve()
1268 bool QgsCompoundCurve::addZValue( double zValue ) in addZValue() function in QgsCompoundCurve
1277 curve->addZValue( zValue ); in addZValue()
H A Dqgsmultipolygon.cpp158 g->addZValue(); in addGeometry()
H A Dqgscompoundcurve.h151 bool addZValue( double zValue = 0 ) override;
H A Dqgsgeometryeditutils.cpp87 ring->addZValue( 0 ); in addRing()
H A Dqgscircularstring.h157 bool addZValue( double zValue = 0 ) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsmultipoint.cpp160 g->addZValue(); in addGeometry()
H A Dqgsmultisurface.cpp168 g->addZValue(); in addGeometry()
H A Dqgsgeometrycollection.cpp762 addZValue( 0 ); in fromCollectionWkt()
881 bool QgsGeometryCollection::addZValue( double zValue ) in addZValue() function in QgsGeometryCollection
890 geom->addZValue( zValue ); in addZValue()
H A Dqgscompoundcurve.h123 bool addZValue( double zValue = 0 ) override;
H A Dqgsmultipolygon.cpp158 g->addZValue(); in addGeometry()
H A Dqgscircularstring.h123 bool addZValue( double zValue = 0 ) override;
H A Dqgsgeometryeditutils.cpp87 ring->addZValue( 0 ); in addRing()
H A Dqgscurvepolygon.h256 bool addZValue( double zValue = 0 ) override;
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgspoint.cpp492 QVERIFY( p23.addZValue( 5.0 ) ); in point()
494 QVERIFY( !p23.addZValue( 6.0 ) ); in point()
633 p33.addZValue( 0 ); in point()
647 p33.addZValue( 0 ); in point()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmtranslate.cpp146 geometry.get()->addZValue( 0 ); in processFeature()
H A Dqgsalgorithmarraytranslatedfeatures.cpp170 geometry.get()->addZValue( 0 ); in processFeature()
H A Dqgsalgorithmdrape.cpp218 geometry.get()->addZValue( defaultVal ); in prepareGeometry()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/3d/
H A Dqgs3dmaptoolmeasureline.cpp83 measurementLine->addZValue(); in activate()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/
H A Dqgsquickpositionkit.cpp157 projectedPosition.addZValue( mPosition.z() ); in updateProjectedPosition()

12345