X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModelAPI%2FModelAPI_swig.h;h=72430a7869d79fefeebb7fc04358b1f2e4e1f4ff;hb=0fdfafcdf2500a8e7e895fca953d7ebfb9126f16;hp=470b8e3d46370fb71390c05a79a13674b1dcca3f;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_swig.h b/src/ModelAPI/ModelAPI_swig.h index 470b8e3d4..72430a786 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, EDF // // 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_ */