Home
last modified time | relevance | path

Searched refs:endElevation (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmesh3daveraging.cpp555 …ationAveragingMethod::QgsMeshElevationAveragingMethod( double startElevation, double endElevation ) in QgsMeshElevationAveragingMethod() argument
558 , mEndElevation( endElevation ) in QgsMeshElevationAveragingMethod()
572 elem.setAttribute( QStringLiteral( "end-elevation" ), endElevation() ); in writeXml()
597 …rtElevation(), startElevation() ) && qgsDoubleNear( otherMethod->endElevation(), endElevation() ) ; in equals()
602 return new QgsMeshElevationAveragingMethod( startElevation(), endElevation() ); in clone()
610 double QgsMeshElevationAveragingMethod::endElevation() const in endElevation() function in QgsMeshElevationAveragingMethod
H A Dqgsmesh3daveraging.h373 QgsMeshElevationAveragingMethod( double startElevation, double endElevation );
389 double endElevation() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/mesh/
H A Dqgsmesh3daveraging.cpp554 …ationAveragingMethod::QgsMeshElevationAveragingMethod( double startElevation, double endElevation ) in QgsMeshElevationAveragingMethod() argument
557 , mEndElevation( endElevation ) in QgsMeshElevationAveragingMethod()
571 elem.setAttribute( QStringLiteral( "end-elevation" ), endElevation() ); in writeXml()
596 …rtElevation(), startElevation() ) && qgsDoubleNear( otherMethod->endElevation(), endElevation() ) ; in equals()
601 return new QgsMeshElevationAveragingMethod( startElevation(), endElevation() ); in clone()
609 double QgsMeshElevationAveragingMethod::endElevation() const in endElevation() function in QgsMeshElevationAveragingMethod
H A Dqgsmesh3daveraging.h373 QgsMeshElevationAveragingMethod( double startElevation, double endElevation );
389 double endElevation() const;
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/mesh/
H A Dqgsmesh3daveraging.sip.in345 QgsMeshElevationAveragingMethod( double startElevation, double endElevation );
350 :param endElevation: end elevation (absolute to model's datum)
368 double endElevation() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/mesh/
H A Dqgsmesh3daveraging.sip.in345 QgsMeshElevationAveragingMethod( double startElevation, double endElevation );
350 :param endElevation: end elevation (absolute to model's datum)
368 double endElevation() const;
/dports/graphics/qgis/qgis-3.22.3/src/gui/mesh/
H A Dqgsmeshrenderer3daveragingwidget.cpp282 whileBlocking( mElevationEndSpinBox )->setValue( elevationAveragingMethod->endElevation() ); in syncToLayer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/mesh/
H A Dqgsmeshrenderer3daveragingwidget.cpp282 whileBlocking( mElevationEndSpinBox )->setValue( elevationAveragingMethod->endElevation() ); in syncToLayer()