]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/GEOM_AISShape.hxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / OBJECT / GEOM_AISShape.hxx
index 21e1c5a7e9831efd0e7a9051561c05acd0f53957..4dfe2c9a199ce23a9a41d221f0b491a7eee2a6f1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -58,6 +58,7 @@
 #include <TCollection_AsciiString.hxx>
 
 #include <AIS_DisplayMode.hxx>
+#include <Graphic3d_MaterialAspect.hxx>
 
 class PrsMgr_PresentationManager3d;
 class Prs3d_Presentation;
@@ -149,8 +150,10 @@ protected:
 
 private: 
   TCollection_AsciiString myName;
-  bool                    myDisplayVectors;
-  Standard_Boolean        myTopLevel;
+  bool                     myDisplayVectors;
+  Standard_Boolean         myTopLevel;
+  Graphic3d_MaterialAspect myCurrentMaterial;
+
 };