From 048b0189ca2559e4bc08ed67243559bedb1e8285 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 18 Sep 2020 10:03:06 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EGkVolZmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EGkVolZmap.h b/EGkVolZmap.h index cf3a679..f03796c 100644 --- a/EGkVolZmap.h +++ b/EGkVolZmap.h @@ -90,6 +90,7 @@ class __declspec( novtable) IVolZmap : public IGeoObj virtual IVolZmap* ClonePart( int nPart) const = 0 ; virtual bool RemovePart( int nPart) = 0 ; virtual int GetPartMinDistFromPoint( const Point3d& ptP) const = 0 ; + virtual bool ChangeResolution( int nDexvoxRatio) = 0 ; } ; //-----------------------------------------------------------------------------