X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Tools.h;h=c481d8ddc2588b6eab4d687f0a49ef5d37334c4f;hb=aee09da348319d21259bee81c45d00a08f657de0;hp=dc82532665653eaadd80b804bf82b5aaf23b798c;hpb=7807756f46b9dcd90994ac57a8a514f0570e794e;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Tools.h b/src/ExchangePlugin/ExchangePlugin_Tools.h index dc8253266..c481d8ddc 100644 --- a/src/ExchangePlugin/ExchangePlugin_Tools.h +++ b/src/ExchangePlugin/ExchangePlugin_Tools.h @@ -14,8 +14,7 @@ /** * \class ExchangePlugin_Tools - * \ingroup Plugins - * \brief Internal tools for the plugin. + * \brief Internal tools for the ExchangePlugin. */ class EXCHANGEPLUGIN_EXPORT ExchangePlugin_Tools { public: @@ -23,6 +22,12 @@ public: static std::list split(const std::string& theString, char theDelimiter); + /// Converts string representation of selection type to XAO dimension. + static std::string selectionType2xaoDimension(const std::string& theString); + + /// Converts string representation of XAO dimension to selection type. + static std::string xaoDimension2selectionType(const std::string& theDimension); + }; #endif /* EXCHANGEPLUGIN_TOOLS_H_ */