From d562b1074c36f00a65ada94d0711bfb29369c021 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 22 Sep 2016 14:46:45 +0000 Subject: [PATCH] Include : - aggiornamento. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index 4249ccd..141695e 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -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) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index ab01ab0..85a25eb 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -530,6 +530,7 @@ EXE_EXPORT bool ExeGetClusterBBoxGlob( const INTVECTOR& vIds, BBox3d& b3Box) ; // Part Nesting EXE_EXPORT bool ExeCreateOutRegion( int nParentId, double dXmin, double dYmin, double dXmax, double dYmax, double dZ) ; EXE_EXPORT bool ExeCreateOutRegion( int nParentId, int nOutCrvId) ; +EXE_EXPORT bool ExeCreateReferenceRegion( int nParentId, int nOutCrvId, bool bBottomUp) ; EXE_EXPORT bool ExeCreateDamagedRegion( int nParentId, int nDmgCrvId) ; EXE_EXPORT bool ExeVerifyPartCluster( const INTVECTOR& vIds, bool bReducedCut) ; EXE_EXPORT bool ExePackPartClusterInRectangle( const INTVECTOR& vIds, bool bReducedCut, bool bBottomUp) ;