X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalculator%2FMEDCalculatorBrowserLiteStruct.hxx;h=76b116154f140fb3d3e8471af847f5088f36c8d7;hb=bb9014c6fe3e097edd7009a00dc56f514c680365;hp=d789889c7644e6051a643e80623aa7e14f792d31;hpb=97e267c35d896c3c401989a4a165087c3bebd708;p=modules%2Fmed.git diff --git a/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx b/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx index d789889c7..76b116154 100644 --- a/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx +++ b/src/MEDCalculator/MEDCalculatorBrowserLiteStruct.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// 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 @@ -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