X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_swig.h;h=e733a96dc639be531d50c30a0c7fb71d667fd103;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=470b8e3d46370fb71390c05a79a13674b1dcca3f;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_swig.h b/src/ModelAPI/ModelAPI_swig.h index 470b8e3d4..e733a96dc 100644 --- a/src/ModelAPI/ModelAPI_swig.h +++ b/src/ModelAPI/ModelAPI_swig.h @@ -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 @@ -12,10 +12,9 @@ // // 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 +// 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" @@ -59,15 +59,13 @@ #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 #include - template - std::shared_ptr shared_ptr_cast(std::shared_ptr theObject) - { - return std::dynamic_pointer_cast(theObject); - } - #endif /* SRC_MODELAPI_MODELAPI_SWIG_H_ */