From 23e589cd265debe9461b9348bf3547a331f66755 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 21 Jan 2016 14:58:10 +0300 Subject: [PATCH] Adding of AttributeRefAttrList into SWIG wrap --- src/ModelAPI/ModelAPI.i | 3 +++ src/ModelAPI/ModelAPI_swig.h | 1 + 2 files changed, 4 insertions(+) diff --git a/src/ModelAPI/ModelAPI.i b/src/ModelAPI/ModelAPI.i index dc68d70f5..441cfc22d 100644 --- a/src/ModelAPI/ModelAPI.i +++ b/src/ModelAPI/ModelAPI.i @@ -50,6 +50,7 @@ %shared_ptr(ModelAPI_AttributeReference) %shared_ptr(ModelAPI_AttributeRefAttr) %shared_ptr(ModelAPI_AttributeRefList) +%shared_ptr(ModelAPI_AttributeRefAttrList) %shared_ptr(ModelAPI_AttributeBoolean) %shared_ptr(ModelAPI_AttributeSelection) %shared_ptr(ModelAPI_AttributeSelectionList) @@ -85,6 +86,7 @@ %include "ModelAPI_AttributeSelection.h" %include "ModelAPI_AttributeSelectionList.h" %include "ModelAPI_AttributeRefList.h" +%include "ModelAPI_AttributeRefAttrList.h" %include "ModelAPI_Validator.h" %include "ModelAPI_AttributeValidator.h" %include "ModelAPI_FeatureValidator.h" @@ -128,3 +130,4 @@ template std::shared_ptr shared_ptr_cast(std::shared_ptr %template(modelAPI_AttributeSelection) shared_ptr_cast; %template(modelAPI_AttributeSelectionList) shared_ptr_cast; %template(modelAPI_AttributeRefList) shared_ptr_cast; +%template(modelAPI_AttributeRefAttrList) shared_ptr_cast; diff --git a/src/ModelAPI/ModelAPI_swig.h b/src/ModelAPI/ModelAPI_swig.h index 8d27f4188..debe43e15 100644 --- a/src/ModelAPI/ModelAPI_swig.h +++ b/src/ModelAPI/ModelAPI_swig.h @@ -32,6 +32,7 @@ #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" -- 2.39.2