From b5b2490da50c22bc96963bde3c1244e3990ec3aa Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 16 Nov 2021 06:28:03 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index d5a954e..aa73a09 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -1002,6 +1002,7 @@ EIN_EXPORT BOOL __stdcall EgtGetPhotoPath( int nId, wchar_t*& wsFile) ; EIN_EXPORT BOOL __stdcall EgtChangePhotoPath( int nId, const wchar_t* wsFile) ; EIN_EXPORT BOOL __stdcall EgtGetPhotoOrigin( int nId, double ptOri[3]) ; EIN_EXPORT BOOL __stdcall EgtGetPhotoCenter( int nId, double ptCen[3]) ; +EIN_EXPORT BOOL __stdcall EgtChangePhotoCenterAsFlatScan( int nId) ; EIN_EXPORT BOOL __stdcall EgtGetPhotoDimensions( int nId, double* pdDimX, double* pdDimY) ; EIN_EXPORT BOOL __stdcall EgtGetPhotoPixels( int nId, int* pnPixelX, int* pnPixelY) ; EIN_EXPORT BOOL __stdcall EgtGetPhotoImagePixels( int nId, int* pnPixelX, int* pnPixelY) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index da628f9..eb098e9 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -1182,6 +1182,7 @@ EXE_EXPORT bool ExeGetPhotoPath( int nId, std::string& sPath) ; EXE_EXPORT bool ExeChangePhotoPath( int nId, const std::string& sPath) ; EXE_EXPORT bool ExeGetPhotoOrigin( int nId, Point3d& ptOri) ; EXE_EXPORT bool ExeGetPhotoCenter( int nId, Point3d& ptCen) ; +EXE_EXPORT bool ExeChangePhotoCenterAsFlatScan( int nId) ; EXE_EXPORT bool ExeGetPhotoDimensions( int nId, double& dDimX, double& dDimY) ; EXE_EXPORT bool ExeGetPhotoPixels( int nId, int& nPixelX, int& nPixelY) ; EXE_EXPORT bool ExeGetPhotoImagePixels( int nId, int& nPixelX, int& nPixelY) ;