Salome HOME
updated copyright message
[modules/shaper.git] / src / ModelAPI / ModelAPI_swig.h
index 470b8e3d46370fb71390c05a79a13674b1dcca3f..e733a96dc639be531d50c30a0c7fb71d667fd103 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef SRC_MODELAPI_MODELAPI_SWIG_H_
@@ -25,6 +24,7 @@
 
   #include "ModelAPI.h"
   #include "ModelAPI_Entity.h"
+  #include "ModelAPI_Events.h"
   #include "ModelAPI_Document.h"
   #include "ModelAPI_Session.h"
   #include "ModelAPI_Object.h"
   #include "ModelAPI_ResultGroup.h"
   #include "ModelAPI_ResultField.h"
   #include "ModelAPI_Tools.h"
-  #include "ModelAPI_ResultCompSolid.h"
+  #include "ModelAPI_Folder.h"
+  #include "ModelAPI_Filter.h"
+  #include "ModelAPI_FiltersArgs.h"
+  #include "ModelAPI_FiltersFactory.h"
+  #include "ModelAPI_FiltersFeature.h"
 
   #include <memory>
   #include <string>
 
-  template<class T1, class T2>
-  std::shared_ptr<T1> shared_ptr_cast(std::shared_ptr<T2> theObject)
-  {
-    return std::dynamic_pointer_cast<T1>(theObject);
-  }
-
 #endif /* SRC_MODELAPI_MODELAPI_SWIG_H_ */