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