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