Home
last modified time | relevance | path

Searched refs:transformRasterToWorld (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/app/georeferencer/
H A Dqgsgeoreftransform.cpp130 bool QgsGeorefTransform::transformRasterToWorld( const QgsPointXY &raster, QgsPointXY &world ) in transformRasterToWorld() function in QgsGeorefTransform
147 return rasterToWorld ? transformRasterToWorld( src, dst ) : transformWorldToRaster( src, dst ); in transform()
H A Dqgsgeoreftransform.h84 bool transformRasterToWorld( const QgsPointXY &raster, QgsPointXY &world );
H A Dqgsgcplistmodel.cpp165 if ( mGeorefTransform->transformRasterToWorld( pixel, dst ) ) in updateModel()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/georeferencer/
H A Dqgsgeoreftransform.h132 bool transformRasterToWorld( const QgsPointXY &raster, QgsPointXY &world );
H A Dqgsgcplistmodel.cpp165 if ( mGeorefTransform->transformRasterToWorld( pixel, dst ) ) in updateModel()
H A Dqgsgeoreftransform.cpp258 bool QgsGeorefTransform::transformRasterToWorld( const QgsPointXY &raster, QgsPointXY &world ) in transformRasterToWorld() function in QgsGeorefTransform
275 return rasterToWorld ? transformRasterToWorld( src, dst ) : transformWorldToRaster( src, dst ); in transform()