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