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