X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSauvReader.hxx;h=d6d6ebe03a100c0fba23bc3a7d5ec578150c2724;hb=7f53ba0ad6eebec56c2936b923ac3ae728f41074;hp=533ae0ba451f801456050f6054fd36b1689a63f2;hpb=200f2ff2a4d7490a3c320878d87bb6c4f38e1b3a;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/SauvReader.hxx b/src/MEDLoader/SauvReader.hxx index 533ae0ba4..d6d6ebe03 100644 --- a/src/MEDLoader/SauvReader.hxx +++ b/src/MEDLoader/SauvReader.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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 @@ -39,20 +39,20 @@ namespace SauvUtilities struct Group; struct DoubleField; } -namespace ParaMEDMEM +namespace MEDCoupling { class MEDFileData; -class SauvReader : public ParaMEDMEM::RefCountObject +class SauvReader : public MEDCoupling::RefCountObject { public: MEDLOADER_EXPORT static SauvReader* New(const std::string& fileName); - MEDLOADER_EXPORT ParaMEDMEM::MEDFileData * loadInMEDFileDS(); + MEDLOADER_EXPORT MEDCoupling::MEDFileData * loadInMEDFileDS(); MEDLOADER_EXPORT ~SauvReader(); private: std::size_t getHeapMemorySizeWithoutChildren() const; - std::vector getDirectChildren() const; + std::vector getDirectChildrenWithNull() const; void readRecord2(); void readRecord4(); void readRecord7();