From 773f812bb8c503f1672f665064e6b0ddeb6e125a Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 12 Sep 2023 16:00:58 +0200 Subject: [PATCH] Include : - aggiornamento prototipi. --- EGkVolZmap.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/EGkVolZmap.h b/EGkVolZmap.h index f63d7b4..f0186e4 100644 --- a/EGkVolZmap.h +++ b/EGkVolZmap.h @@ -1,12 +1,13 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2020 +// EgalTech 2015-2023 //---------------------------------------------------------------------------- -// File : EGkVolZmap.h Data : 12.05.19 Versione : 2.2k1 +// File : EGkVolZmap.h Data : 12.09.23 Versione : 2.5i1 // Contenuto : Dichiarazione della interfaccia IVolZmap. // // // // Modifiche : 22.01.15 DS Creazione modulo. +// 12.09.23 DS Aggiunto metodo IsTriDexel. // // //---------------------------------------------------------------------------- @@ -60,6 +61,7 @@ class __declspec( novtable) IVolZmap : public IGeoObj virtual bool GetBlockTriangles( int nBlock, TRIA3DEXVECTOR& vTria) const = 0 ; virtual bool GetEdges( ICURVEPOVECTOR& vpCurve) const = 0 ; virtual bool GetVolume( double& dVol) const = 0 ; + virtual bool IsTriDexel( void) const = 0 ; virtual bool GetDexelLines( int nDir, int nPos1, int nPos2, POLYLINELIST& lstPL) const = 0 ; virtual int GetResolution( void) const = 0 ; virtual bool ChangeResolution( int nDexvoxRatio) = 0 ;