From 76bbc64ec5a90b3d4fb2a664b84e8c2c1ebb5958 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 8 Dec 2015 10:16:47 +0000 Subject: [PATCH] Include : - aggiornamento. --- EGkVolZmap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EGkVolZmap.h b/EGkVolZmap.h index 9e15003..cfcb56c 100644 --- a/EGkVolZmap.h +++ b/EGkVolZmap.h @@ -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 ; } ; //-----------------------------------------------------------------------------