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