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