Include :

- aggiornamento.
This commit is contained in:
Dario Sassi
2015-12-08 10:16:47 +00:00
parent 4322f2a25e
commit 76bbc64ec5
+2
View File
@@ -14,6 +14,7 @@
#pragma once
#include "/EgtDev/Include/EGkGeoObj.h"
#include "/EgtDev/Include/EGkPolyLine.h"
//----------------------------------------------------------------------------
@@ -21,6 +22,7 @@ class __declspec( novtable) IVolZmap : public IGeoObj
{
public :
virtual bool CopyFrom( const IGeoObj* pGObjSrc) = 0 ;
virtual bool GetDexelLines( int nDir, int nPos1, int nPos2, POLYLINELIST& lstPL) const = 0 ;
} ;
//-----------------------------------------------------------------------------