X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolationOptions.hxx;h=9b11b0cedf7a0b16ee40387258f5dd981b185b31;hb=be4c3bb042d5426fbbe54378b9d7b35173ab27ef;hp=53655259df6db2bba97e0f7084825731d93d9ff0;hpb=9112382aac51b0bd15a7ae77aae114de7552ceb4;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/InterpolationOptions.hxx b/src/INTERP_KERNEL/InterpolationOptions.hxx index 53655259d..9b11b0ced 100644 --- a/src/INTERP_KERNEL/InterpolationOptions.hxx +++ b/src/INTERP_KERNEL/InterpolationOptions.hxx @@ -110,6 +110,8 @@ namespace INTERP_KERNEL bool setOptionInt(const std::string& key, int value); bool setOptionString(const std::string& key, const std::string& value); std::string printOptions() const; + public: + static void CheckAndSplitInterpolationMethod(const std::string& method, std::string& srcMeth, std::string& trgMeth); private: static const double DFT_MEDIAN_PLANE; static const double DFT_SURF3D_ADJ_EPS;