1 // SWIG file LevelSet.i 2 3 %{ 4 #include "openturns/LevelSet.hxx" 5 %} 6 7 %include LevelSet_doc.i 8 9 %include openturns/LevelSet.hxx 10 LevelSet(const LevelSet & other)11 namespace OT { %extend LevelSet { LevelSet(const LevelSet & other) { return new OT::LevelSet(other); } } } 12