X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetAPI%2FPartSetAPI_Part.h;h=ccdcfdb5a2fce2f6773dc577c6f7315f8d4fd0d1;hb=423f6b0a08a86d5e47115b87603cddeae4468b49;hp=b65fce9b9053aeae6fde879f03744bc59e4b45aa;hpb=f98f887290d4e2b4bd6618389911e82b6b9674f3;p=modules%2Fshaper.git diff --git a/src/PartSetAPI/PartSetAPI_Part.h b/src/PartSetAPI/PartSetAPI_Part.h index b65fce9b9..ccdcfdb5a 100644 --- a/src/PartSetAPI/PartSetAPI_Part.h +++ b/src/PartSetAPI/PartSetAPI_Part.h @@ -1,5 +1,6 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D // Name : PartSetAPI_Part.h -// Purpose: +// Purpose: // // History: // 16/06/16 - Sergey POKHODENKO - Creation of the file @@ -36,6 +37,10 @@ public: /// Return document PARTSETAPI_EXPORT std::shared_ptr document() const; + + /// Dump wrapped feature + PARTSETAPI_EXPORT + virtual void dump(ModelHighAPI_Dumper& theDumper) const; }; //! Pointer on Part object