Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user