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