Home
last modified time | relevance | path

Searched refs:mInterpolateZValueOnMesh (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/
H A Dqgsmeshforcebypolylines.cpp221 if ( mInterpolateZValueOnMesh ) in apply()
251 if ( mInterpolateZValueOnMesh ) in apply()
452 if ( mInterpolateZValueOnMesh ) in buildForcedElements()
473 if ( mInterpolateZValueOnMesh ) in buildForcedElements()
557 if ( mInterpolateZValueOnMesh ) in buildForcedElements()
610 if ( mInterpolateZValueOnMesh ) in buildForcedElements()
724 if ( mInterpolateZValueOnMesh ) in buildForcedElements()
1236 mInterpolateZValueOnMesh = interpolateZValueOnMesh; in setInterpolateZValueOnMesh()
H A Dqgsmeshforcebypolylines.h71 bool mInterpolateZValueOnMesh = false; variable