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