Salome HOME
Selector implementation for OCC viewer.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.h
index 6572c80d5674fcc3798e086aa7941efb2cf9d5e2..7e67eb08bdb4e6bbe59ea687300cad77776f6868 100644 (file)
@@ -62,6 +62,10 @@ public:
                                       const bool         theToDisplay = true,
                                       const bool         theIsUpdateViewer = true );
 
+  virtual void               setFace( const TopoDS_Wire& theWire,
+                                      const bool         theToDisplay = true,
+                                      const bool         theIsUpdateViewer = true );
+
   virtual void               setFace( const TopoDS_Face& theFace,
                                       const bool         theToDisplay = true,
                                       const bool         theIsUpdateViewer = true );
@@ -98,7 +102,8 @@ private:
   bool                           myIsVisible;
 
   bool                           myIsHighlight;
-  TopoDS_Face                    myFace;
+  TopoDS_Shape                   myTopoShape;
+  int                            myDisplayMode;
   
   QColor                         myFillingColor;
   QColor                         myBorderColor;