X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileMeshReadSelector.hxx;h=be626f3ba442e89aefdcf67e86cdbe2732e9b4b5;hb=662a2a2393a25baef77e42f74204b11b70a9646c;hp=4cedd03f291885176a0e01743bc58c52c371f694;hpb=9727e779d56acece98be02cdccd0f99cc5ef0fa2;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileMeshReadSelector.hxx b/src/MEDLoader/MEDFileMeshReadSelector.hxx index 4cedd03f2..be626f3ba 100644 --- a/src/MEDLoader/MEDFileMeshReadSelector.hxx +++ b/src/MEDLoader/MEDFileMeshReadSelector.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -16,14 +16,14 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// Author : Anthony Geay (CEA/DEN) +// Author : Anthony Geay (EDF R&D) -#ifndef __MEDFILEMESHREADSELECTOR_HXX__ -#define __MEDFILEMESHREADSELECTOR_HXX__ +#pragma once #include "MEDLoaderDefines.hxx" -#include +#include "MCIdType.hxx" + #include namespace MEDCoupling @@ -35,6 +35,8 @@ namespace MEDCoupling MEDFileMeshReadSelector(unsigned int code); unsigned int getCode() const; void setCode(unsigned int newCode); + mcIdType getNumberOfCoordsLoadSessions() const { return _nb_coords_load_sessions; } + void setNumberOfCoordsLoadSessions(mcIdType newNbOfCoordsLoadSessions); bool isCellFamilyFieldReading() const; bool isNodeFamilyFieldReading() const; bool isCellNameFieldReading() const; @@ -53,6 +55,7 @@ namespace MEDCoupling private: static std::string ReprStatus(bool v); private: + mcIdType _nb_coords_load_sessions; //bit #0 cell family field //bit #1 node family field //bit #2 cell name field @@ -63,4 +66,3 @@ namespace MEDCoupling }; } -#endif