Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2023-09-12 16:00:58 +02:00
parent 598d06443e
commit 773f812bb8
+4 -2
View File
@@ -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 ;