X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_ResultPart.h;h=ce1ea03af1c9ad6c4a0a79b4670e0d96b39e02eb;hb=b52164791e6cc6cdc2c009c7ef6667d9f476d3aa;hp=64be92e3cea9428496ff22a7eeaa11c185c5c0e4;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_ResultPart.h b/src/ModelAPI/ModelAPI_ResultPart.h index 64be92e3c..ce1ea03af 100644 --- a/src/ModelAPI/ModelAPI_ResultPart.h +++ b/src/ModelAPI/ModelAPI_ResultPart.h @@ -46,6 +46,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