Salome HOME
Adding of AttributeRefAttrList into SWIG wrap
authormpv <mpv@opencascade.com>
Thu, 21 Jan 2016 11:58:10 +0000 (14:58 +0300)
committerdbv <dbv@opencascade.com>
Tue, 16 Feb 2016 14:04:26 +0000 (17:04 +0300)
src/ModelAPI/ModelAPI.i
src/ModelAPI/ModelAPI_swig.h

index dc68d70f583bea112dfb5514dd7fc4c64f8aec05..441cfc22d77f8399146f6b8bff0024a2c43a2a88 100644 (file)
@@ -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<class T1, class T2> std::shared_ptr<T1> shared_ptr_cast(std::shared_ptr
 %template(modelAPI_AttributeSelection)     shared_ptr_cast<ModelAPI_AttributeSelection, ModelAPI_Attribute>;
 %template(modelAPI_AttributeSelectionList) shared_ptr_cast<ModelAPI_AttributeSelectionList, ModelAPI_Attribute>;
 %template(modelAPI_AttributeRefList)       shared_ptr_cast<ModelAPI_AttributeRefList, ModelAPI_Attribute>;
+%template(modelAPI_AttributeRefAttrList)   shared_ptr_cast<ModelAPI_AttributeRefAttrList, ModelAPI_Attribute>;
index 8d27f4188736e89a54d733986491bf01ae2445f8..debe43e1538c06c87ae4c1993779fdd87a7cca0b 100644 (file)
@@ -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"