Include :

- aggiornamento.
This commit is contained in:
Dario Sassi
2016-09-22 14:46:45 +00:00
parent 7a8602a1f8
commit d562b1074c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -497,6 +497,7 @@ EIN_EXPORT BOOL __stdcall EgtGetClusterBBoxGlob( int nId[], int nCount, double p
EIN_EXPORT BOOL __stdcall EgtCreateOutRegionRectangle( int nParentId,
double dXmin, double dYmin, double dXmax, double dYmax, double dZ) ;
EIN_EXPORT BOOL __stdcall EgtCreateOutRegion( int nParentId, int nOutCrvId) ;
EIN_EXPORT BOOL __stdcall EgtCreateReferenceRegion( int nParentId, int nOutCrvId, BOOL bBottomUp) ;
EIN_EXPORT BOOL __stdcall EgtCreateDamagedRegion( int nParentId, int nDmgCrvId) ;
EIN_EXPORT BOOL __stdcall EgtVerifyPartCluster( int nId[], int nCount, BOOL bReducedCut) ;
EIN_EXPORT BOOL __stdcall EgtPackPartClusterInRectangle( int nId[], int nCount, BOOL bReducedCut, BOOL bBottomUp) ;