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