X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalculator%2FMEDCalculatorBrowserLiteStruct.hxx;h=76b116154f140fb3d3e8471af847f5088f36c8d7;hb=bb9014c6fe3e097edd7009a00dc56f514c680365;hp=b3530a03424efb7b8c57c1b27ea9d6805a37fa58;hpb=b0d8189fefd2a0761ecfb14dd90a0c30a2eb3768;p=modules%2Fmed.git diff --git a/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx b/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx index b3530a034..76b116154 100644 --- a/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx +++ b/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2022 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 @@ -31,14 +31,14 @@ // This class correspond to a MED File // It contains fields and meshes from a file // It also has methods for selecting/unselecting meshes, field and components from fields -namespace ParaMEDMEM +namespace MEDCoupling { class MEDCALCULATOR_EXPORT MEDCalculatorBrowserLiteStruct { public : MEDCalculatorBrowserLiteStruct(); ~MEDCalculatorBrowserLiteStruct(); - MEDCalculatorBrowserLiteStruct(const char *);// Constructor with a complet file name (with path) and simplified file name as parameters + MEDCalculatorBrowserLiteStruct(const char *);// Constructor with a complete file name (with path) and simplified file name as parameters bool operator==(const std::string&);// Equal to string operator, compare simplified name to input std::string str();// Return a std::string corresponding to x/o (selected or not) File filename \n meshes \n fields void setSelected(bool);// Set selection to input bool