Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-09-18 10:03:06 +00:00
parent fa3f132326
commit 048b0189ca
+1
View File
@@ -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 ;
} ;
//-----------------------------------------------------------------------------