X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Dump.h;h=5ee0f004b89e02e75912d3688a8ca3569b1f00f1;hb=ea593bc59e7e9461f6c4e2afd3f24d621edb1011;hp=b297583f964c4c344c35c031bffbed0c7096f25d;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Dump.h b/src/ExchangePlugin/ExchangePlugin_Dump.h index b297583f9..5ee0f004b 100644 --- a/src/ExchangePlugin/ExchangePlugin_Dump.h +++ b/src/ExchangePlugin/ExchangePlugin_Dump.h @@ -50,27 +50,21 @@ public: static const std::string MY_FILE_FORMAT_ID("file_format"); return MY_FILE_FORMAT_ID; } - /// attribute name of selection type string (GUI radio button) of dumping by topological naming - inline static const std::string& SELECTION_TYPE_ID() - { - static const std::string MY_SELECTION_TYPE_ID("selection_type"); - return MY_SELECTION_TYPE_ID; - } - /// string identifier of dumping by topological 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; } - /// string identifier of dumping by geometric selection + /// attribute name of dumping by geometric selection inline static const std::string& GEOMETRIC_DUMP_ID() { static const std::string MY_GEOM_DUMP_ID("geometric_selection"); return MY_GEOM_DUMP_ID; } - /// string identifier of dumping by using weak naming identifiers of selection + /// 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");