Salome HOME
Merge from V5_1_main branch 24/11/2010
[modules/smesh.git] / src / PluginUtils / GeomSelectionTools.h
index 0995556f194ab1c5c2d9f9fd67224e081e8569a9..d00a2ba22394fd6ffda6f20f5b8bb799c303f952 100644 (file)
@@ -78,6 +78,14 @@ public:
   _PTR(Study) getMyStudy();
 };
 
+//////////////////////////////////////////
+// Utility functions
+//////////////////////////////////////////
+
+namespace PluginUtils
+{
+  GEOMSELECTIONTOOLS_EXPORT QString PrintDoubleValue( double, int = 16 );
+};
 
 #endif // _GEOMSELECTIONTOOLS_H_