X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_swig.h;h=a6ef2455b0687212be5e4b1c17508cd1e00314b2;hb=9270adddc12db9661c676544537b0e8eb78c1624;hp=8d27f4188736e89a54d733986491bf01ae2445f8;hpb=4027dc62fa3c8a05356903aabf3f474a4ff89631;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_swig.h b/src/ModelAPI/ModelAPI_swig.h index 8d27f4188..a6ef2455b 100644 --- a/src/ModelAPI/ModelAPI_swig.h +++ b/src/ModelAPI/ModelAPI_swig.h @@ -1,16 +1,30 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: ModelAPI_swig.h -// Created: Dec 15, 2015 -// Author: Sergey POKHODENKO +// Copyright (C) 2014-2022 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 +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef SRC_MODELAPI_MODELAPI_SWIG_H_ #define SRC_MODELAPI_MODELAPI_SWIG_H_ - #include "GeomAPI_swig.h" + #include #include "ModelAPI.h" #include "ModelAPI_Entity.h" + #include "ModelAPI_Events.h" #include "ModelAPI_Document.h" #include "ModelAPI_Session.h" #include "ModelAPI_Object.h" @@ -21,17 +35,21 @@ #include "ModelAPI_Attribute.h" #include "ModelAPI_AttributeDocRef.h" #include "ModelAPI_AttributeDouble.h" + #include "ModelAPI_AttributeDoubleArray.h" #include "ModelAPI_AttributeInteger.h" #include "ModelAPI_AttributeIntArray.h" #include "ModelAPI_AttributeString.h" + #include "ModelAPI_AttributeStringArray.h" #include "ModelAPI_AttributeReference.h" #include "ModelAPI_AttributeRefAttr.h" #include "ModelAPI_AttributeSelection.h" #include "ModelAPI_AttributeSelectionList.h" + #include "ModelAPI_AttributeTables.h" #include "ModelAPI_AttributeValidator.h" #include "ModelAPI_Validator.h" #include "ModelAPI_FeatureValidator.h" #include "ModelAPI_AttributeRefList.h" + #include "ModelAPI_AttributeRefAttrList.h" #include "ModelAPI_AttributeBoolean.h" #include "ModelAPI_Result.h" #include "ModelAPI_ResultConstruction.h" @@ -39,16 +57,15 @@ #include "ModelAPI_ResultPart.h" #include "ModelAPI_ResultParameter.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 #include - template - std::shared_ptr shared_ptr_cast(std::shared_ptr theObject) - { - return std::dynamic_pointer_cast(theObject); - } - #endif /* SRC_MODELAPI_MODELAPI_SWIG_H_ */