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