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