Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultPart.h
index f0db94ee31b44cc9a6fd52207d1c5016020e68a2..11cae2bae8135e5063b311774cab7ecce8795003 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_ResultPart.h
 // Created:     07 Jul 2014
 // Author:      Mikhail PONIKAROV
@@ -20,13 +22,10 @@ class ModelAPI_ResultPart : public ModelAPI_Result
 {
  public:
   /// Returns the group identifier of this result
-  virtual std::string groupName()
-  {
-    return group();
-  }
+  MODELAPI_EXPORT virtual std::string groupName();
 
   /// Returns the group identifier of this result
-  static std::string group()
+  inline static std::string group()
   {
     static std::string MY_GROUP = "Parts";
     return MY_GROUP;
@@ -44,6 +43,9 @@ class ModelAPI_ResultPart : public ModelAPI_Result
 
   /// Sets this document as current and if it is not loaded yet, loads it
   virtual void activate() = 0;
+
+  /// Returns true if document is activated (loaded into the memory)
+  virtual bool isActivated() = 0;
 };
 
 //! Pointer on feature object