Salome HOME
Update copyright info (2010->2011)
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupOnGeom.hxx
index a1fa3cb269aa69083ed43bd2b3ac5887a5c32904..a226352ffa8e118e5008372aee31297701bfe5b3 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2011  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
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  SMESH SMESHDS : management of mesh data and SMESH document
 //  File   : SMESHDS_GroupOnGeom.hxx
 //  Module : SMESH
-//  $Header$
 //
 #ifndef _SMESHDS_GroupOnGeom_HeaderFile
 #define _SMESHDS_GroupOnGeom_HeaderFile
@@ -43,6 +43,8 @@ class SMESHDS_EXPORT SMESHDS_GroupOnGeom: public SMESHDS_GroupBase
                        const SMDSAbs_ElementType theType,
                        const TopoDS_Shape&       theShape);
 
+  void SetShape( const TopoDS_Shape& theShape);
+
   TopoDS_Shape GetShape() const { return myShape; }
 
   virtual bool Contains (const int theID);