From 59a4239226d6b01cbaca902ada266d3b43b6cf6e Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 23 Dec 2024 12:02:03 +0100 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index 826652e..e377ac1 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -461,6 +461,7 @@ EXE_EXPORT int ExeGetFirstNameInGroup( int nGroupId, const std::string& sName) EXE_EXPORT int ExeGetNextName( int nId, const std::string& sName) ; EXE_EXPORT int ExeGetLastNameInGroup( int nGroupId, const std::string& sName) ; EXE_EXPORT int ExeGetPrevName( int nId, const std::string& sName) ; +EXE_EXPORT bool ExeGetNameInGroup( int nGroupId, const std::string& sName, INTVECTOR& vIds) ; EXE_EXPORT bool ExeGetInfoInGroup( int nGroupId, const std::string& sKey, INTVECTOR& vIds) ; EXE_EXPORT bool ExeGetBBox( int nId, int nFlag, BBox3d& b3Box) ; EXE_EXPORT bool ExeGetBBoxGlob( int nId, int nFlag, BBox3d& b3Box) ;