Home
last modified time | relevance | path

Searched refs:reshapeResult (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp2130 std::unique_ptr< QgsAbstractGeometry > reshapeResult = fromGeos( reshapedGeometry.get() ); in reshapeGeometry() local
2131 return reshapeResult; in reshapeGeometry()
2750 geos::unique_ptr reshapeResult = reshapeLine( lastIntersectingGeom, reshapeLineGeos, precision ); in reshapePolygon() local
2751 if ( !reshapeResult ) in reshapePolygon()
2759 …OSCoordSequence *reshapeSequence = GEOSGeom_getCoordSeq_r( geosinit()->ctxt, reshapeResult.get() ); in reshapePolygon()
2762 reshapeResult.reset(); in reshapePolygon()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2424 std::unique_ptr< QgsAbstractGeometry > reshapeResult = fromGeos( reshapedGeometry.get() ); in reshapeGeometry() local
2425 return reshapeResult; in reshapeGeometry()
3071 geos::unique_ptr reshapeResult = reshapeLine( lastIntersectingGeom, reshapeLineGeos, precision ); in reshapePolygon() local
3072 if ( !reshapeResult ) in reshapePolygon()
3080 …OSCoordSequence *reshapeSequence = GEOSGeom_getCoordSeq_r( geosinit()->ctxt, reshapeResult.get() ); in reshapePolygon()
3083 reshapeResult.reset(); in reshapePolygon()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DOnnxImporterTest.cpp1766 auto *reshapeResult = in TEST_F() local
1768 ASSERT_TRUE(reshapeResult); in TEST_F()
1770 llvm::dyn_cast<ConcatNode>(reshapeResult->getInput().getNode()); in TEST_F()