X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileMeshReadSelector.hxx;h=41ae451fc1c4aee765cb1f212560542c52039e87;hb=96bc4e98b56b27856dced632cdb6767afb411179;hp=15ac3ad6ad46d5113620ce8c670ad8b74f0c64fc;hpb=35fe9db6adb88f338057faf937b64ff94080dfe8;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileMeshReadSelector.hxx b/src/MEDLoader/MEDFileMeshReadSelector.hxx index 15ac3ad6a..41ae451fc 100644 --- a/src/MEDLoader/MEDFileMeshReadSelector.hxx +++ b/src/MEDLoader/MEDFileMeshReadSelector.hxx @@ -39,10 +39,14 @@ namespace ParaMEDMEM bool isNodeFamilyFieldReading() const; bool isCellNameFieldReading() const; bool isNodeNameFieldReading() const; + bool isCellNumFieldReading() const; + bool isNodeNumFieldReading() const; void setCellFamilyFieldReading(bool b); void setNodeFamilyFieldReading(bool b); void setCellNameFieldReading(bool b); void setNodeNameFieldReading(bool b); + void setCellNumFieldReading(bool b); + void setNodeNumFieldReading(bool b); void reprAll(std::ostream& str) const; private: static std::string ReprStatus(bool v); @@ -51,6 +55,8 @@ namespace ParaMEDMEM //bit #1 node family field //bit #2 cell name field //bit #3 node name field + //bit #4 cell num field + //bit #5 node num field unsigned int _code; }; }