Include :

- aggiornamento.
This commit is contained in:
Dario Sassi
2016-02-18 18:47:21 +00:00
parent 5cd48adaff
commit cdbc40c552
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -685,6 +685,9 @@ EIN_EXPORT int __stdcall EgtAddPhoto( const wchar_t* wsName, const wchar_t* wsF
int nParentId, const double ptMin[3], const double ptMax[3]) ;
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 EgtGetPhotoMMxPixel( int nId, double* pdMMxPixel) ;
// Geo Base
EIN_EXPORT BOOL __stdcall EgtVectorNormalize( double* pdX, double* pdY, double* pdZ, double dEps = 0.001) ;
+3
View File
@@ -748,6 +748,9 @@ EXE_EXPORT int ExeAddPhoto( const std::string& sName, const std::string& sPath,
int nParentId, const Point3d& ptMin, const Point3d& ptMax) ;
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 ExeGetPhotoMMxPixel( int nId, double& dMMxPixel) ;
// Messages
EXE_EXPORT bool ExeLoadMessages( const std::string& sMsgFilePath) ;