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