X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Tools.h;h=c481d8ddc2588b6eab4d687f0a49ef5d37334c4f;hb=aee09da348319d21259bee81c45d00a08f657de0;hp=58d0dd19fd26b47815aa0eee85511a8c1679563c;hpb=d8858e810a0b5e1d09a93fcaa665b439c4264873;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Tools.h b/src/ExchangePlugin/ExchangePlugin_Tools.h index 58d0dd19f..c481d8ddc 100644 --- a/src/ExchangePlugin/ExchangePlugin_Tools.h +++ b/src/ExchangePlugin/ExchangePlugin_Tools.h @@ -22,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_ */