Salome HOME
#19078 [CEA] Mesh Group - Group on filter
[modules/smesh.git] / src / PluginUtils / GeomSelectionTools.h
index d0e2c9b6e527c2fe4be538a208ea99e03c951e29..6228f3492654f442c510898f8ca16132ca6a2698 100644 (file)
@@ -58,10 +58,10 @@ public:
   Handle(SALOME_InteractiveObject) getFirstSelectedSalomeObject();
   std::string getFirstSelectedEntry();
   std::string getEntryOfObject(Handle(SALOME_InteractiveObject));
-  std::string getNameFromEntry(std::string);
+  std::string getNameFromEntry(const std::string& );
   std::string getFirstSelectedComponentDataType();
   TopAbs_ShapeEnum getFirstSelectedShapeType();
-  TopAbs_ShapeEnum entryToShapeType(std::string );
+  TopAbs_ShapeEnum entryToShapeType(const std::string& );
   GeomAbs_SurfaceType getFaceInformation(TopoDS_Shape);
 };