From b9df9bf8171e03dedc9e71d29ef25a8fea0b0c12 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 29 Apr 2014 07:41:51 +0000 Subject: [PATCH] Include : - a interfaccia di GeomDB aggiunta GetMaxMaterialId. --- EGkGeomDB.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EGkGeomDB.h b/EGkGeomDB.h index 422f905..86249c8 100644 --- a/EGkGeomDB.h +++ b/EGkGeomDB.h @@ -122,6 +122,7 @@ class __declspec( novtable) IGeomDB virtual bool EraseMaterial( int nMat, bool& bInUse) = 0 ; virtual bool GetMaterialData( int nMat, Material& matM) const = 0 ; virtual bool GetMaterialName( int nMat, std::string& sName) const = 0 ; + virtual int GetMaxMaterialId( void) const = 0 ; virtual bool ExistsMaterial( int nMat) const = 0 ; virtual bool IsCustomMaterial( int nMat, bool& bCustom) const = 0 ; virtual bool ModifyMaterialData( int nMat, const Material& matM) = 0 ;