Salome HOME
Issue #1865 : finalization of export of fields to GEOM
[modules/shaper.git] / src / Model / Model_AttributeTables.h
index 62ac72254dd5e04b16aed60b708a2f77b1332de1..3a036c6487cd19f19f58fca7d151b69c3a64e661 100644 (file)
@@ -52,6 +52,10 @@ public:
   MODEL_EXPORT virtual Value value(
     const int theRow, const int theColumn, const int theTable = 0);
 
+  /// Returns the value in the format of string (usefull for the python connection)
+  MODEL_EXPORT virtual std::string valueStr(
+    const int theRow, const int theColumn, const int theTable = 0);
+
 protected:
   /// Objects are created for features automatically
   MODEL_EXPORT Model_AttributeTables(TDF_Label& theLabel);