Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -582,6 +582,8 @@ EIN_EXPORT BOOL __stdcall EgtRemoveRawPart( int nRawId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtMoveToCornerRawPart( int nRawId, const double ptCorner[3], int nFlag) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtMoveRawPart( int nRawId, const double vtMove[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRotateRawPart( int nRawId, const double vtAx[3], double dAngDeg) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetRawPartCenter( int nRawId, double ptCen[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetRawPartBBox( int nRawId, double ptMin[3], double ptMax[3]) ;
|
||||
EIN_EXPORT int __stdcall EgtSplitFlatRawPartWithMachinings( int nRawId, int nNumMchId, const int nMchIds[]) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPartInRawPartCount( int nRawId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstPartInRawPart( int nRawId) ;
|
||||
@@ -800,10 +802,12 @@ EIN_EXPORT BOOL __stdcall EgtGetGenericView( double* pdAngVertDeg, double* pdAng
|
||||
EIN_EXPORT BOOL __stdcall EgtGetViewUp( double vtUp[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtProjectPoint( const double ptP[3], double ptWin[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtUnProjectPoint( int nWinX, int nWinY, double ptP[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetTextureMaxLinPixels( int nMaxLinPix) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtLoadTexture( const wchar_t* wsName, const wchar_t* wsFile,
|
||||
double dMMxPix, double dDimX, double dDimY, int nRepeat) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtUnloadTexture( const wchar_t* wsName) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetTexturePixels( const wchar_t* wsName, int* pnWidth, int* pnHeight) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetTextureImagePixels( const wchar_t* wsName, int* pnWidth, int* pnHeight) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetTextureDimensions( const wchar_t* wsName, double* pdDimX, double* pdDimY) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtChangeTextureDimensions( const wchar_t* wsName, double dDimX, double dDimY) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetImage( int nShowMode, const int TopCol[4], const int BottomCol[4],
|
||||
@@ -813,13 +817,18 @@ EIN_EXPORT BOOL __stdcall EgtGetImage( int nShowMode, const int TopCol[4], const
|
||||
EIN_EXPORT int __stdcall EgtAddPhoto( const wchar_t* wsName, const wchar_t* wsFile,
|
||||
const double ptOri[3], const double ptCen[3], double dMMxPixel,
|
||||
int nParentId, const double ptMin[3], const double ptMax[3]) ;
|
||||
EIN_EXPORT int __stdcall EgtAddPhoto2( const wchar_t* wsName, const wchar_t* wsFile,
|
||||
const double ptOri[3], const double ptCen[3], double DimX, double dDimY,
|
||||
int nParentId, const double ptMin[3], const double ptMax[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtMovePhoto( int nId, const double vtMove[3]) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRotatePhoto( int nId, const double ptAx[3], const double vtAx[3], double dAngDeg) ;
|
||||
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) ;
|
||||
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) ;
|
||||
|
||||
// Geo Base
|
||||
EIN_EXPORT BOOL __stdcall EgtVectorNormalize( double* pdX, double* pdY, double* pdZ, double dEps = 0.001) ;
|
||||
|
||||
Reference in New Issue
Block a user