X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Dump.h;h=5ee0f004b89e02e75912d3688a8ca3569b1f00f1;hb=ea593bc59e7e9461f6c4e2afd3f24d621edb1011;hp=591838dfe089d7fb36fdc6f951d9fde1382b9a58;hpb=9fc847fd03b8e9b615c6ecc7aa655aae9167cc68;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Dump.h b/src/ExchangePlugin/ExchangePlugin_Dump.h index 591838dfe..5ee0f004b 100644 --- a/src/ExchangePlugin/ExchangePlugin_Dump.h +++ b/src/ExchangePlugin/ExchangePlugin_Dump.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 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 @@ -12,10 +12,9 @@ // // 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 +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef EXCHANGEPLUGIN_DUMP_H_ @@ -51,13 +50,27 @@ public: static const std::string MY_FILE_FORMAT_ID("file_format"); return MY_FILE_FORMAT_ID; } - /// attribute name of flag dumping by geometric selection (not by naming) + + /// attribute name of dumping by topological naming + inline static const std::string& TOPOLOGICAL_NAMING_DUMP_ID() + { + static const std::string MY_TOOPNAMING_DUMP_ID("topological_naming"); + return MY_TOOPNAMING_DUMP_ID; + } + /// attribute name of dumping by geometric selection inline static const std::string& GEOMETRIC_DUMP_ID() { - static const std::string MY_GEOM_DUMP_ID("geometric_dump"); + static const std::string MY_GEOM_DUMP_ID("geometric_selection"); return MY_GEOM_DUMP_ID; } + /// attribute name of dumping by using weak naming identifiers of selection + inline static const std::string& WEAK_NAMING_DUMP_ID() + { + static const std::string MY_WEAK_NAMING_DUMP_ID("weak_naming"); + return MY_WEAK_NAMING_DUMP_ID; + } + /// Default constructor EXCHANGEPLUGIN_EXPORT ExchangePlugin_Dump(); /// Default destructor