Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-02-24 08:21:47 +00:00
parent 8c391d6f94
commit 7a199dc473
2 changed files with 5 additions and 7 deletions
+4 -5
View File
@@ -464,13 +464,12 @@ EIN_EXPORT BOOL __stdcall EgtPackBoxCluster( int nId[], int nCount, double dXmin
EIN_EXPORT BOOL __stdcall EgtMoveBoxCluster( int nId[], int nCount, double vtMove[3],
double dXmin, double dYmin, double dXmax, double dYmax, double dOffs) ;
EIN_EXPORT BOOL __stdcall EgtGetClusterBBoxGlob( int nId[], int nCount, double ptMin[3], double ptMax[3]) ;
EIN_EXPORT BOOL __stdcall EgtCreateOutRegion( int nParentId,
EIN_EXPORT BOOL __stdcall EgtCreateOutRegionRectangle( int nParentId,
double dXmin, double dYmin, double dXmax, double dYmax, double dZ) ;
EIN_EXPORT BOOL __stdcall EgtCreateOutRegion2( int nParentId, int nOutCrvId) ;
EIN_EXPORT BOOL __stdcall EgtCreateOutRegion( int nParentId, int nOutCrvId) ;
EIN_EXPORT BOOL __stdcall EgtVerifyPartCluster( int nId[], int nCount, BOOL bReducedCut) ;
EIN_EXPORT BOOL __stdcall EgtPackPartCluster( int nId[], int nCount, BOOL bReducedCut,
double dXmin, double dYmin, double dXmax, double dYmax, BOOL bBottomUp) ;
EIN_EXPORT BOOL __stdcall EgtPackPartCluster2( int nId[], int nCount, BOOL bReducedCut, BOOL bBottomUp) ;
EIN_EXPORT BOOL __stdcall EgtPackPartClusterInRectangle( int nId[], int nCount, BOOL bReducedCut, BOOL bBottomUp) ;
EIN_EXPORT BOOL __stdcall EgtPackPartCluster( int nId[], int nCount, BOOL bReducedCut, BOOL bBottomUp) ;
EIN_EXPORT BOOL __stdcall EgtMovePartCluster( int nId[], int nCount, BOOL bReducedCut, double vtMove[3]) ;
EIN_EXPORT BOOL __stdcall EgtRotatePartCluster( int nId[], int nCount, BOOL bReducedCut,
const double ptCen[3], double* pdRotAngDeg) ;