Go to the documentation of this file.
   27 #ifndef _SMESHDS_GroupOnGeom_HeaderFile 
   28 #define _SMESHDS_GroupOnGeom_HeaderFile 
   33 #include <TopoDS_Shape.hxx> 
   44                        const TopoDS_Shape&       theShape);
 
   46   void SetShape( 
const TopoDS_Shape& theShape);
 
   48   TopoDS_Shape 
GetShape()
 const { 
return myShape; }
 
   50   virtual bool Contains (
const int theID);
 
   56   virtual int GetTic() 
const;