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