Salome HOME
Issue #1865 : finalization of export of fields to GEOM
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeTables.h
index 072dc2fd0ef5a3018e04a58e812ce971f0e2ff45..789e192b9b0a92aba57a73cdf269b5980b1db624 100644 (file)
@@ -63,6 +63,10 @@ public:
   MODELAPI_EXPORT virtual Value value(
     const int theRow, const int theColumn, const int theTable = 0) = 0;
 
+  /// Returns the value in the format of string (usefull for the python connection)
+  MODELAPI_EXPORT virtual std::string valueStr(
+    const int theRow, const int theColumn, const int theTable = 0) = 0;
+
   /// Returns the type of this class of attributes
   MODELAPI_EXPORT static std::string typeId()
   {