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