Salome HOME
0021422: EDF 1963 SMESH: Viscous layer algorithm fails in some cases
[modules/smesh.git] / src / SMESH / SMESH_Group.hxx
index 3f460188b63e82ff697afd3e30f01dfaccd7f04c..31bc167bff96df682ba011e81bd2d38bd38b296a 100644 (file)
@@ -49,6 +49,7 @@ class SMESH_EXPORT  SMESH_Group
                const char*               theName,
                const TopoDS_Shape&       theShape = TopoDS_Shape(),
                const SMESH_PredicatePtr& thePredicate = SMESH_PredicatePtr());
+  SMESH_Group (SMESHDS_GroupBase* groupDS);
   ~SMESH_Group ();
 
   void SetName (const char* theName) { myName = theName; }