Home
last modified time | relevance | path

Searched refs:addZValue (Results 1 – 25 of 124) sorted by relevance

12345

/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptoolrectangle3points.cpp56 point.addZValue( defaultZValue() ); in cadCanvasReleaseEvent()
106 point.addZValue( defaultZValue() ); in cadCanvasMoveEvent()
H A Dqgsmaptooladdrectangle.cpp51 lineString->addZValue( point.z() ); in deactivate()
H A Dqgsmaptooladdregularpolygon.cpp66 ls->addZValue( point.z() ); in deactivate()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmaptoolrectangle3points.cpp56 point.addZValue( defaultZValue() ); in cadCanvasReleaseEvent()
106 point.addZValue( defaultZValue() ); in cadCanvasMoveEvent()
H A Dqgsmaptooladdcircle.cpp106 lineString->addZValue( point.z() ); in deactivate()
H A Dqgsmaptooladdrectangle.cpp107 lineString->addZValue( point.z() ); in deactivate()
H A Dqgsmaptooladdellipse.cpp106 ls->addZValue( point.z() ); in deactivate()
H A Dqgsmaptooladdregularpolygon.cpp124 ls->addZValue( point.z() ); in deactivate()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/interpolation/
H A Dqgstininterpolator.cpp300 point.addZValue( attributeValue ); in insertData()
307 point.addZValue( point.m() ); in insertData()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/interpolation/
H A Dqgstininterpolator.cpp300 point.addZValue( attributeValue ); in insertData()
307 point.addZValue( point.m() ); in insertData()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/
H A Dqgsquickcoordinatetransformer.cpp112 mProjectedPosition.addZValue( mSourcePosition.z() ); in updatePosition()
/dports/graphics/qgis/qgis-3.22.3/src/quickgui/
H A Dqgsquickcoordinatetransformer.cpp112 mProjectedPosition.addZValue( mSourcePosition.z() ); in updatePosition()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgscurvepolygon.cpp275 addZValue( 0 ); in fromWkt()
656 ring->addZValue(); in setExteriorRing()
690 ring->addZValue(); in addInteriorRing()
1185 bool QgsCurvePolygon::addZValue( double zValue ) in addZValue() function in QgsCurvePolygon
1193 mExteriorRing->addZValue( zValue ); in addZValue()
1196 curve->addZValue( zValue ); in addZValue()
H A Dqgscompoundcurve.cpp223 addZValue( 0 ); in fromWkt()
473 c->addZValue(); in addCurve()
948 bool QgsCompoundCurve::addZValue( double zValue ) in addZValue() function in QgsCompoundCurve
957 curve->addZValue( zValue ); in addZValue()
H A Dqgsmultilinestring.cpp144 g->addZValue(); in addGeometry()
H A Dqgscircle.cpp256 intersection1.addZValue( mCenter.z() ); in intersections()
257 intersection2.addZValue( mCenter.z() ); in intersections()
H A Dqgsmulticurve.cpp157 g->addZValue(); in addGeometry()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscurvepolygon.cpp276 addZValue( 0 ); in fromWkt()
711 ring->addZValue(); in setExteriorRing()
745 ring->addZValue(); in addInteriorRing()
1240 bool QgsCurvePolygon::addZValue( double zValue ) in addZValue() function in QgsCurvePolygon
1248 mExteriorRing->addZValue( zValue ); in addZValue()
1251 curve->addZValue( zValue ); in addZValue()
H A Dqgsmultilinestring.cpp144 g->addZValue(); in addGeometry()
H A Dqgsmulticurve.cpp157 g->addZValue(); in addGeometry()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmsetzvalue.cpp120 newGeometry->addZValue( z ); in processFeature()
H A Dqgsalgorithmjoinwithlines.cpp235 p.addZValue( 0 ); in processAlgorithm()
321 l->addZValue( std::numeric_limits<double>::quiet_NaN() ); in processAlgorithm()
H A Dqgsalgorithmpointslayerfromtable.cpp140 point.addZValue( attrs.at( zFieldIndex ).toDouble() ); in processAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmsetzvalue.cpp120 newGeometry->addZValue( z ); in processFeature()
H A Dqgsalgorithmjoinwithlines.cpp234 p.addZValue( 0 ); in processAlgorithm()
320 l->addZValue( std::numeric_limits<double>::quiet_NaN() ); in processAlgorithm()

12345