X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FExchangePlugin%2FExchangePlugin_Tools.h;h=17c8df4d7fdd71673e53b928db5e36524232451d;hb=8f43b985d2f7170b8dfa06abd3edc7d6cb0c2e1f;hp=c481d8ddc2588b6eab4d687f0a49ef5d37334c4f;hpb=74846de4c8da833036664b9196cef5a85daef772;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Tools.h b/src/ExchangePlugin/ExchangePlugin_Tools.h index c481d8ddc..17c8df4d7 100644 --- a/src/ExchangePlugin/ExchangePlugin_Tools.h +++ b/src/ExchangePlugin/ExchangePlugin_Tools.h @@ -1,13 +1,27 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: ExchangePlugin_Tools.h -// Created: May 15, 2015 -// Author: Sergey POKHODENKO +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef EXCHANGEPLUGIN_TOOLS_H_ #define EXCHANGEPLUGIN_TOOLS_H_ #include +#include #include #include @@ -28,6 +42,10 @@ public: /// Converts string representation of XAO dimension to selection type. static std::string xaoDimension2selectionType(const std::string& theDimension); + /// Converts representation of values type to XAO type. + static std::string valuesType2xaoType(const ModelAPI_AttributeTables::ValueType& theType); + /// Converts representation of values type to XAO type. + static ModelAPI_AttributeTables::ValueType xaoType2valuesType(std::string theType); }; #endif /* EXCHANGEPLUGIN_TOOLS_H_ */