]> SALOME platform Git repositories - modules/shaper_study.git/blob - src/SWIG/StudyData_Swig.i
Salome HOME
Implementation of Open/Save and Break-Link functionality on SHAPER shapes
[modules/shaper_study.git] / src / SWIG / StudyData_Swig.i
1
2
3 %module StudyData_Swig
4
5 %{
6 #include "StudyData_Object.h"
7 %}
8
9 // standard definitions
10 %include "typemaps.i"
11 %include "std_string.i"
12
13 #define StudyData_EXPORT
14
15 %include "StudyData_Object.h"