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