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