Salome HOME
22784: EDF 8824 GHS3DPLUGIN: SetEnforcedVertexNamedWithGroup() does not add an extra...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GEOMGenUtils.h
index 72fa9e6d34568c99bc3d140f1376941e1eb9708c..f9cdeafd40acc430f0a58f0b3cc8d5d48ee8492c 100644 (file)
@@ -38,6 +38,8 @@
 #include CORBA_SERVER_HEADER(GEOM_Gen)
 
 class SALOMEDSClient_SObject;
+class Handle_SALOME_InteractiveObject;
+class QString;
 
 namespace SMESH
 {
@@ -50,6 +52,9 @@ namespace SMESH
   SMESHGUI_EXPORT char* GetGeomName( _PTR(SObject) smeshSO );
 
   SMESHGUI_EXPORT GEOM::GEOM_Object_ptr GetSubShape( GEOM::GEOM_Object_ptr, long );
+
+  SMESHGUI_EXPORT bool GetGeomEntries( Handle_SALOME_InteractiveObject& hypIO,
+                                       QString& subGeom, QString& meshGeom);
 }
 
 #endif // SMESHGUI_GEOMGENUTILS_H