Salome HOME
Correct dump of default name of results
[modules/shaper.git] / src / Model / Model_AttributeBoolean.h
index f52d52691a7217392fa965bbe7031d0ed167cc24..1ad1f487e170854ef9f1bdf06a076294ceb8aeb4 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        Model_AttributeBoolean.h
 // Created:     2 june 2014
 // Author:      Vitaly Smetannikov
@@ -18,6 +20,7 @@
 class Model_AttributeBoolean : public ModelAPI_AttributeBoolean
 {
   Handle_TDataStd_Integer myBool;  ///< double is Real attribute
+  TDF_Label myLab; ///< if attribute is not initialized, store label here
  public:
   /// Defines the double value
   MODEL_EXPORT virtual void setValue(bool theValue);