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