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