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