]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelHighAPI/ModelHighAPI_Double.h
Salome HOME
Task 3.2. To keep compounds’ sub-shapes for all operations (issue #3139)
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Double.h
index 9fe5df5369c272b49df1379bd0ba261fd5739f10..7aef756b9d7cdb5baed8effcc25ffc8c9eded51e 100644 (file)
@@ -63,6 +63,9 @@ public:
   /// Value of the attribute
   MODELHIGHAPI_EXPORT double value() const;
 
+  /// Returns a string representation of the value
+  MODELHIGHAPI_EXPORT virtual std::string string() const;
+
 private:
   enum VariantType { VT_DOUBLE, VT_STRING } myVariantType;
   double myDouble;