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