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