Salome HOME
Issue #2541: Clear remaining messages after undo/redo of last operation
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI.i
index 5d9a79484fd8534bb5c1f6695b0b14cc968686a3..c8420378caa0d88b5460023d61d36bb0ee6def6f 100644 (file)
@@ -1,9 +1,33 @@
+// Copyright (C) 2014-2017  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<mailto:webmaster.salome@opencascade.com>
+//
+
 /* ConstructionAPI.i */
+
 %module ConstructionAPI
+
 %{
   #include "ConstructionAPI_swig.h"
 %}
 
+%include "doxyhelp.i"
+
 // import other modules
 %import "ModelHighAPI.i"
 
 
 // standard definitions
 %include "typemaps.i"
+%include "std_shared_ptr.i"
+
+// shared pointers
+%shared_ptr(ConstructionAPI_Axis)
+%shared_ptr(ConstructionAPI_Plane)
+%shared_ptr(ConstructionAPI_Point)
 
 // all supported interfaces
+%include "ConstructionAPI_Axis.h"
+%include "ConstructionAPI_Plane.h"
 %include "ConstructionAPI_Point.h"