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