Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2020-06-16 06:55:58 +00:00
parent 1521a3f0e4
commit 5b1647e7f8
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -81,6 +81,8 @@ class IEGrScene
virtual bool GetShowTriaAdvanced( void) const = 0 ;
virtual void SetShowZmap( int nMode) = 0 ;
virtual int GetShowZmap( void) const = 0 ;
virtual void SetShowText( int nMode) = 0 ;
virtual int GetShowText( void) const = 0 ;
// Geometry
virtual bool SetExtension( const BBox3d& b3Ext) = 0 ;
virtual bool UpdateExtension( void) = 0 ;
@@ -187,3 +189,6 @@ enum ZmapShowMode { ZSM_SURF = 1,
ZSM_LINES = 2,
ZSM_NORMALS = 4,
ZSM_COLORS = 8} ;
//------------------------ Costanti per tipo visualizz. Text -----------------
enum TextShowMode { TXT_OUTLINE = 1,
TXT_FILL = 2} ;
+1
View File
@@ -28,6 +28,7 @@ static std::string KEY_NUM = "NUM" ;
static std::string KEY_STAT = "STAT" ;
// Sottogruppi delle lavorazioni
static std::string MCH_AUX = "AUX" ;
static std::string MCH_TABS = "TABS" ;
static std::string MCH_PV = "PV" ;
static std::string MCH_ST = "ST" ;
static std::string MCH_CL = "CL" ;