Salome HOME
Add condition for documentation build
[tools/medcoupling.git] / src / MEDLoader / MEDFileField.hxx
1 // Copyright (C) 2007-2013  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 // Author : Anthony Geay (CEA/DEN)
20
21 #ifndef __MEDFILEFIELD_HXX__
22 #define __MEDFILEFIELD_HXX__
23
24 #include "MEDLoaderDefines.hxx"
25
26 #include "MEDFileFieldOverView.hxx"
27 #include "MEDFileUtilities.hxx"
28
29 #include "MEDCouplingAutoRefCountObjectPtr.hxx"
30 #include "MEDCouplingRefCountObject.hxx"
31 #include "MEDCouplingMemArray.hxx"
32
33 #include "NormalizedUnstructuredMesh.hxx"
34 #include "InterpKernelException.hxx"
35
36 #include <vector>
37 #include <string>
38 #include <list>
39 #include <set>
40
41 #include "med.h"
42
43 namespace ParaMEDMEM
44 {
45   class MEDFileFieldGlobs;
46   class MEDCouplingMesh;
47   class MEDCouplingFieldDouble;
48   class MEDFileMesh;
49
50   class MEDFileFieldLoc : public RefCountObject
51   {
52   public:
53     void MEDLOADER_EXPORT simpleRepr(std::ostream& oss) const;
54     std::string MEDLOADER_EXPORT getName() const { return _name; }
55     void MEDLOADER_EXPORT setName(const char *name);
56     static MEDFileFieldLoc *New(med_idt fid, const char *locName);
57     static MEDFileFieldLoc *New(med_idt fid, int id);
58     static MEDFileFieldLoc *New(const char *locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector<double>& refCoo, const std::vector<double>& gsCoo, const std::vector<double>& w);
59     std::size_t getHeapMemorySizeWithoutChildren() const;
60     std::vector<const BigMemoryObject *> getDirectChildren() const;
61     MEDFileFieldLoc *deepCpy() const;
62     int MEDLOADER_EXPORT getNbOfGaussPtPerCell() const { return _nb_gauss_pt; }
63     void MEDLOADER_EXPORT writeLL(med_idt fid) const;
64     std::string MEDLOADER_EXPORT repr() const;
65     bool MEDLOADER_EXPORT isName(const char *name) const { return _name==name; }
66     int MEDLOADER_EXPORT getDimension() const { return _dim; }
67     int MEDLOADER_EXPORT getNumberOfGaussPoints() const { return _nb_gauss_pt; }
68     int MEDLOADER_EXPORT getNumberOfPointsInCells() const { return _nb_node_per_cell; }
69     const MEDLOADER_EXPORT std::vector<double>& getRefCoords() const { return _ref_coo; }
70     const MEDLOADER_EXPORT std::vector<double>& getGaussCoords() const { return _gs_coo; }
71     const MEDLOADER_EXPORT std::vector<double>& getGaussWeights() const { return _w; }
72     bool MEDLOADER_EXPORT isEqual(const MEDFileFieldLoc& other, double eps) const;
73   private:
74     MEDFileFieldLoc(med_idt fid, const char *locName);
75     MEDFileFieldLoc(med_idt fid, int id);
76     MEDFileFieldLoc(const char *locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector<double>& refCoo, const std::vector<double>& gsCoo, const std::vector<double>& w);
77   private:
78     int _dim;
79     int _nb_gauss_pt;
80     int _nb_node_per_cell;
81     std::string _name;
82     INTERP_KERNEL::NormalizedCellType _geo_type;
83     std::vector<double> _ref_coo;
84     std::vector<double> _gs_coo;
85     std::vector<double> _w;
86   };
87
88 /// @cond INTERNAL
89   class MEDFileAnyTypeField1TSWithoutSDA;
90   class MEDFileFieldPerMeshPerType;
91   class MEDFileField1TSWithoutSDA;
92   class MEDFileFieldNameScope;
93   class MEDFileFieldGlobsReal;
94   class MEDFileFieldPerMesh;
95
96   class MEDFileFieldPerMeshPerTypePerDisc : public RefCountObject, public MEDFileWritable
97   {
98   public:
99     static MEDFileFieldPerMeshPerTypePerDisc *NewOnRead(MEDFileFieldPerMeshPerType *fath, TypeOfField type, int profileIt);
100     static MEDFileFieldPerMeshPerTypePerDisc *New(MEDFileFieldPerMeshPerType *fath, TypeOfField type, int locId);
101     static MEDFileFieldPerMeshPerTypePerDisc *New(const MEDFileFieldPerMeshPerTypePerDisc& other);
102     std::size_t getHeapMemorySizeWithoutChildren() const;
103     std::vector<const BigMemoryObject *> getDirectChildren() const;
104     MEDFileFieldPerMeshPerTypePerDisc *deepCpy(MEDFileFieldPerMeshPerType *father) const;
105     void assignFieldNoProfile(int& start, int offset, int nbOfCells, const MEDCouplingFieldDouble *field, const DataArray *arrr, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
106     void assignFieldProfile(int& start, const DataArrayInt *multiTypePfl, const DataArrayInt *idsInPfl, DataArrayInt *locIds, int nbOfEltsInWholeMesh, const MEDCouplingFieldDouble *field, const DataArray *arrr, const MEDCouplingMesh *mesh, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
107     void assignNodeFieldNoProfile(int& start, const MEDCouplingFieldDouble *field, const DataArray *arrr, MEDFileFieldGlobsReal& glob);
108     void getCoarseData(TypeOfField& type, std::pair<int,int>& dad, std::string& pfl, std::string& loc) const;
109     void writeLL(med_idt fid, const MEDFileFieldNameScope& nasc) const;
110     const MEDFileFieldPerMeshPerType *getFather() const;
111     void loadOnlyStructureOfDataRecursively(med_idt fid, int& start, const MEDFileFieldNameScope& nasc);
112     void loadBigArray(med_idt fid, const MEDFileFieldNameScope& nasc);
113     void setNewStart(int newValueOfStart);
114     int getIteration() const;
115     int getOrder() const;
116     double getTime() const;
117     std::string getMeshName() const;
118     TypeOfField getType() const;
119     void simpleRepr(int bkOffset, std::ostream& oss, int id) const;
120     void fillTypesOfFieldAvailable(std::set<TypeOfField>& types) const;
121     void setType(TypeOfField newType);
122     INTERP_KERNEL::NormalizedCellType getGeoType() const;
123     int getNumberOfComponents() const;
124     int getNumberOfTuples() const;
125     int getStart() const { return _start; }
126     int getEnd() const { return _end; }
127     DataArray *getOrCreateAndGetArray();
128     const DataArray *getOrCreateAndGetArray() const;
129     const std::vector<std::string>& getInfo() const;
130     std::string getProfile() const;
131     void setProfile(const char *newPflName);
132     std::string getLocalization() const;
133     void setLocalization(const char *newLocName);
134     int getLocId() const { return _loc_id; }
135     void setLocId(int newId) const { _loc_id=newId; }
136     void setFather(MEDFileFieldPerMeshPerType *newFather) { _father=newFather; }
137     void changePflsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
138     void changeLocsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
139     void getFieldAtLevel(TypeOfField type, const MEDFileFieldGlobsReal *glob, std::vector< std::pair<int,int> >& dads, std::vector<const DataArrayInt *>& pfls, std::vector<int>& locs,
140                          std::vector<INTERP_KERNEL::NormalizedCellType>& geoTypes) const;
141     void fillValues(int discId, int& startEntryId, std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
142     int fillEltIdsFromCode(int offset, const std::vector<int>& codeOfMesh, const MEDFileFieldGlobsReal& glob, int *ptToFill) const;
143     int fillTupleIds(int *ptToFill) const;
144     static int ConvertType(TypeOfField type, int locId);
145     static std::vector< std::vector< const MEDFileFieldPerMeshPerTypePerDisc *> > SplitPerDiscretization(const std::vector< const MEDFileFieldPerMeshPerTypePerDisc *>& entries);
146     static bool RenumberChunks(int offset, const std::vector< const MEDFileFieldPerMeshPerTypePerDisc *>& entriesOnSameDisc,
147                                const DataArrayInt *explicitIdsInMesh, const std::vector<int>& newCode,
148                                MEDFileFieldGlobsReal& glob, DataArrayDouble *arr, std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFieldPerMeshPerTypePerDisc> >& result);
149     static MEDFileFieldPerMeshPerTypePerDisc *NewObjectOnSameDiscThanPool(TypeOfField typeF, INTERP_KERNEL::NormalizedCellType geoType, DataArrayInt *idsOfMeshElt,
150                                                                           bool isPfl, int nbi, int offset, std::list< const MEDFileFieldPerMeshPerTypePerDisc *>& entriesOnSameDisc,
151                                                                           MEDFileFieldGlobsReal& glob, bool &notInExisting) throw(INTERP_KERNEL::Exception);
152   private:
153     MEDFileFieldPerMeshPerTypePerDisc(MEDFileFieldPerMeshPerType *fath, TypeOfField type, int profileIt);
154     MEDFileFieldPerMeshPerTypePerDisc(MEDFileFieldPerMeshPerType *fath, TypeOfField type, int profileIt, const std::string& dummy);
155     MEDFileFieldPerMeshPerTypePerDisc(const MEDFileFieldPerMeshPerTypePerDisc& other);
156     MEDFileFieldPerMeshPerTypePerDisc();
157   private:
158     TypeOfField _type;
159     MEDFileFieldPerMeshPerType *_father;
160     int _start;
161     int _end;
162     //! _nval is different than end-start in case of ON_GAUSS_PT and ON_GAUSS_NE ! (_nval=(_end-_start)/nbi)
163     int _nval;
164     std::string _profile;
165     std::string _localization;
166     //! only on assignement -3 : ON_NODES, -2 : ON_CELLS, -1 : ON_GAUSS_NE, 0..* : ON_GAUSS_PT
167     mutable int _loc_id;
168     mutable int _profile_it;
169   public:
170     mutable int _tmp_work1;
171   };
172
173   class MEDFileFieldPerMeshPerType : public RefCountObject, public MEDFileWritable
174   {
175   public:
176     static MEDFileFieldPerMeshPerType *New(MEDFileFieldPerMesh *fath, INTERP_KERNEL::NormalizedCellType geoType);
177     static MEDFileFieldPerMeshPerType *NewOnRead(med_idt fid, MEDFileFieldPerMesh *fath, TypeOfField type, INTERP_KERNEL::NormalizedCellType geoType, const MEDFileFieldNameScope& nasc);
178     std::size_t getHeapMemorySizeWithoutChildren() const;
179     std::vector<const BigMemoryObject *> getDirectChildren() const;
180     MEDFileFieldPerMeshPerType *deepCpy(MEDFileFieldPerMesh *father) const;
181     void assignFieldNoProfile(int& start, int offset, int nbOfCells, const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
182     void assignFieldProfile(int& start, const DataArrayInt *multiTypePfl, const DataArrayInt *idsInPfl, DataArrayInt *locIds, int nbOfEltsInWholeMesh, const MEDCouplingFieldDouble *field, const DataArray *arr, const MEDCouplingMesh *mesh, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
183     void assignNodeFieldNoProfile(int& start, const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob);
184     void assignNodeFieldProfile(int& start, const DataArrayInt *pfl, const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
185     const MEDFileFieldPerMesh *getFather() const;
186     void loadOnlyStructureOfDataRecursively(med_idt fid, int &start, const MEDFileFieldNameScope& nasc);
187     void loadBigArraysRecursively(med_idt fid, const MEDFileFieldNameScope& nasc);
188     void writeLL(med_idt fid, const MEDFileFieldNameScope& nasc) const;
189     void getDimension(int& dim) const;
190     void fillTypesOfFieldAvailable(std::set<TypeOfField>& types) const;
191     void fillFieldSplitedByType(std::vector< std::pair<int,int> >& dads, std::vector<TypeOfField>& types, std::vector<std::string>& pfls, std::vector<std::string>& locs) const;
192     int getIteration() const;
193     int getOrder() const;
194     double getTime() const;
195     std::string getMeshName() const;
196     void simpleRepr(int bkOffset, std::ostream& oss, int id) const;
197     void getSizes(int& globalSz, int& nbOfEntries) const;
198     INTERP_KERNEL::NormalizedCellType getGeoType() const;
199     int getNumberOfComponents() const;
200     DataArray *getOrCreateAndGetArray();
201     const DataArray *getOrCreateAndGetArray() const;
202     const std::vector<std::string>& getInfo() const;
203     std::vector<std::string> getPflsReallyUsed() const;
204     std::vector<std::string> getLocsReallyUsed() const;
205     std::vector<std::string> getPflsReallyUsedMulti() const;
206     std::vector<std::string> getLocsReallyUsedMulti() const;
207     void changePflsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
208     void changeLocsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
209     MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenLocId(int locId);
210     const MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenLocId(int locId) const;
211     void getFieldAtLevel(int meshDim, TypeOfField type, const MEDFileFieldGlobsReal *glob, std::vector< std::pair<int,int> >& dads, std::vector<const DataArrayInt *>& pfls, std::vector<int>& locs, std::vector<INTERP_KERNEL::NormalizedCellType>& geoTypes) const;
212     void fillValues(int& startEntryId, std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
213     void setLeaves(const std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileFieldPerMeshPerTypePerDisc > >& leaves);
214     bool keepOnlySpatialDiscretization(TypeOfField tof, int &globalNum, std::vector< std::pair<int,int> >& its);
215     static med_entity_type ConvertIntoMEDFileType(TypeOfField ikType, INTERP_KERNEL::NormalizedCellType ikGeoType, med_geometry_type& medfGeoType);
216   private:
217     std::vector<int> addNewEntryIfNecessary(const MEDCouplingFieldDouble *field, int offset, int nbOfCells);
218     std::vector<int> addNewEntryIfNecessaryGauss(const MEDCouplingFieldDouble *field, int offset, int nbOfCells);
219     std::vector<int> addNewEntryIfNecessary(const MEDCouplingFieldDouble *field, const DataArrayInt *subCells);
220     std::vector<int> addNewEntryIfNecessaryGauss(const MEDCouplingFieldDouble *field, const DataArrayInt *subCells);
221     MEDFileFieldPerMeshPerType(med_idt fid, MEDFileFieldPerMesh *fath, TypeOfField type, INTERP_KERNEL::NormalizedCellType geoType, const MEDFileFieldNameScope& nasc);
222     MEDFileFieldPerMeshPerType(MEDFileFieldPerMesh *fath, INTERP_KERNEL::NormalizedCellType geoType);
223   private:
224     MEDFileFieldPerMesh *_father;
225     std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFieldPerMeshPerTypePerDisc> > _field_pm_pt_pd;
226     INTERP_KERNEL::NormalizedCellType _geo_type;
227   };
228
229   class MEDFileFieldPerMesh : public RefCountObject, public MEDFileWritable
230   {
231   public:
232     static MEDFileFieldPerMesh *New(MEDFileAnyTypeField1TSWithoutSDA *fath, const MEDCouplingMesh *mesh);
233     static MEDFileFieldPerMesh *NewOnRead(med_idt fid, MEDFileAnyTypeField1TSWithoutSDA *fath, int meshCsit, int meshIteration, int meshOrder, const MEDFileFieldNameScope& nasc);
234     std::size_t getHeapMemorySizeWithoutChildren() const;
235     std::vector<const BigMemoryObject *> getDirectChildren() const;
236     MEDFileFieldPerMesh *deepCpy(MEDFileAnyTypeField1TSWithoutSDA *father) const;
237     void simpleRepr(int bkOffset,std::ostream& oss, int id) const;
238     void copyTinyInfoFrom(const MEDCouplingMesh *mesh);
239     void assignFieldProfile(int& start, const DataArrayInt *multiTypePfl, const std::vector<int>& code, const std::vector<int>& code2, const std::vector<DataArrayInt *>& idsInPflPerType, const std::vector<DataArrayInt *>& idsPerType, const MEDCouplingFieldDouble *field, const DataArray *arr, const MEDCouplingMesh *mesh, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
240     void assignFieldNoProfileNoRenum(int& start, const std::vector<int>& code, const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
241     void assignNodeFieldNoProfile(int& start, const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob);
242     void assignNodeFieldProfile(int& start, const DataArrayInt *pfl, const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
243     void loadOnlyStructureOfDataRecursively(med_idt fid, int &start, const MEDFileFieldNameScope& nasc);
244     void loadBigArraysRecursively(med_idt fid, const MEDFileFieldNameScope& nasc);
245     void writeLL(med_idt fid, const MEDFileFieldNameScope& nasc) const;
246     void fillTypesOfFieldAvailable(std::set<TypeOfField>& types) const;
247     std::vector< std::vector< std::pair<int,int> > > getFieldSplitedByType(std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF, std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const;
248     void getDimension(int& dim) const;
249     double getTime() const;
250     int getIteration() const;
251     int getOrder() const;
252     int getMeshIteration() const { return _mesh_iteration; }
253     int getMeshOrder() const { return _mesh_order; }
254     std::string getMeshName() const { return _mesh_name; }
255     int getNumberOfComponents() const;
256     DataArray *getOrCreateAndGetArray();
257     const DataArray *getOrCreateAndGetArray() const;
258     const std::vector<std::string>& getInfo() const;
259     std::vector<std::string> getPflsReallyUsed() const;
260     std::vector<std::string> getLocsReallyUsed() const;
261     std::vector<std::string> getPflsReallyUsedMulti() const;
262     std::vector<std::string> getLocsReallyUsedMulti() const;
263     bool changeMeshNames(const std::vector< std::pair<std::string,std::string> >& modifTab);
264     bool renumberEntitiesLyingOnMesh(const char *meshName, const std::vector<int>& oldCode, const std::vector<int>& newCode, const DataArrayInt *renumO2N, MEDFileFieldGlobsReal& glob);
265     void keepOnlySpatialDiscretization(TypeOfField tof, int &globalNum, std::vector< std::pair<int,int> >& its);
266     void changePflsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
267     void changeLocsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
268     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, const MEDFileFieldGlobsReal *glob, const MEDCouplingMesh *mesh, bool& isPfl, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const;
269     DataArray *getFieldOnMeshAtLevelWithPfl(TypeOfField type, const MEDCouplingMesh *mesh, DataArrayInt *&pfl, const MEDFileFieldGlobsReal *glob, const MEDFileFieldNameScope& nasc) const;
270     void getUndergroundDataArrayExt(std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
271     MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenTypeAndLocId(INTERP_KERNEL::NormalizedCellType typ, int locId);
272     const MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenTypeAndLocId(INTERP_KERNEL::NormalizedCellType typ, int locId) const;
273   private:
274     int addNewEntryIfNecessary(INTERP_KERNEL::NormalizedCellType type);
275     MEDCouplingFieldDouble *finishField(TypeOfField type, const MEDFileFieldGlobsReal *glob,
276                                         const std::vector< std::pair<int,int> >& dads, const std::vector<int>& locs, const MEDCouplingMesh *mesh, bool& isPfl, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const throw(INTERP_KERNEL::Exception);
277     MEDCouplingFieldDouble *finishField2(TypeOfField type, const MEDFileFieldGlobsReal *glob,
278                                          const std::vector< std::pair<int,int> >& dads, const std::vector<int>& locs,
279                                          const std::vector<INTERP_KERNEL::NormalizedCellType>& geoTypes,
280                                          const MEDCouplingMesh *mesh, const DataArrayInt *da, bool& isPfl, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const throw(INTERP_KERNEL::Exception);
281     MEDCouplingFieldDouble *finishFieldNode2(const MEDFileFieldGlobsReal *glob,
282                                              const std::vector< std::pair<int,int> >& dads, const std::vector<int>& locs,
283                                              const MEDCouplingMesh *mesh, const DataArrayInt *da, bool& isPfl, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const throw(INTERP_KERNEL::Exception);
284     DataArray *finishField4(const std::vector< std::pair<int,int> >& dads, const DataArrayInt *pflIn, int nbOfElems, DataArrayInt *&pflOut) const;
285     void assignNewLeaves(const std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileFieldPerMeshPerTypePerDisc > >& leaves);
286     static void SortArraysPerType(const MEDFileFieldGlobsReal *glob, TypeOfField type, 
287                                   const std::vector<INTERP_KERNEL::NormalizedCellType>& geoTypes, const std::vector< std::pair<int,int> >& dads, const std::vector<const DataArrayInt *>& pfls, const std::vector<int>& locs,
288                                   std::vector<int>& code, std::vector<DataArrayInt *>& notNullPfls);
289     static int ComputeNbOfElems(const MEDFileFieldGlobsReal *glob, TypeOfField type, const std::vector<INTERP_KERNEL::NormalizedCellType>& geoTypes, const std::vector< std::pair<int,int> >& dads, const std::vector<int>& locs);
290     MEDFileFieldPerMesh(med_idt fid, MEDFileAnyTypeField1TSWithoutSDA *fath, int meshCsit, int meshIteration, int meshOrder, const MEDFileFieldNameScope& nasc);
291     MEDFileFieldPerMesh(MEDFileAnyTypeField1TSWithoutSDA *fath, const MEDCouplingMesh *mesh);
292   private:
293     std::string _mesh_name;
294     int _mesh_iteration;
295     int _mesh_order;
296     int _mesh_csit;
297     MEDFileAnyTypeField1TSWithoutSDA *_father;
298     std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileFieldPerMeshPerType > > _field_pm_pt;
299   };
300
301   class MEDFileFieldGlobsReal;
302
303   class MEDFileFieldGlobs : public RefCountObject
304   {
305   public:
306     static MEDFileFieldGlobs *New(const char *fname);
307     static MEDFileFieldGlobs *New();
308     std::size_t getHeapMemorySizeWithoutChildren() const;
309     std::vector<const BigMemoryObject *> getDirectChildren() const;
310     MEDFileFieldGlobs *deepCpy() const;
311     MEDFileFieldGlobs *shallowCpyPart(const std::vector<std::string>& pfls, const std::vector<std::string>& locs) const;
312     MEDFileFieldGlobs *deepCpyPart(const std::vector<std::string>& pfls, const std::vector<std::string>& locs) const;
313     void simpleRepr(std::ostream& oss) const;
314     void appendGlobs(const MEDFileFieldGlobs& other, double eps);
315     void checkGlobsPflsPartCoherency(const std::vector<std::string>& pflsUsed) const;
316     void checkGlobsLocsPartCoherency(const std::vector<std::string>& locsUsed) const;
317     void loadProfileInFile(med_idt fid, int id, const char *pflName);
318     void loadProfileInFile(med_idt fid, int id);
319     void loadGlobals(med_idt fid, const MEDFileFieldGlobsReal& real);
320     void loadAllGlobals(med_idt fid);
321     void writeGlobals(med_idt fid, const MEDFileWritable& opt) const;
322     std::vector<std::string> getPfls() const;
323     std::vector<std::string> getLocs() const;
324     bool existsPfl(const char *pflName) const;
325     bool existsLoc(const char *locName) const;
326     std::string createNewNameOfPfl() const;
327     std::string createNewNameOfLoc() const;
328     std::vector< std::vector<int> > whichAreEqualProfiles() const;
329     std::vector< std::vector<int> > whichAreEqualLocs(double eps) const;
330     void setFileName(const char *fileName);
331     void changePflsNamesInStruct(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
332     void changeLocsNamesInStruct(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
333     int getNbOfGaussPtPerCell(int locId) const;
334     int getLocalizationId(const char *loc) const;
335     const char *getFileName() const { return _file_name.c_str(); }
336     std::string getFileName2() const { return _file_name; }
337     const MEDFileFieldLoc& getLocalizationFromId(int locId) const;
338     const MEDFileFieldLoc& getLocalization(const char *locName) const;
339     const DataArrayInt *getProfileFromId(int pflId) const;
340     const DataArrayInt *getProfile(const char *pflName) const;
341     MEDFileFieldLoc& getLocalizationFromId(int locId);
342     MEDFileFieldLoc& getLocalization(const char *locName);
343     DataArrayInt *getProfile(const char *pflName);
344     DataArrayInt *getProfileFromId(int pflId);
345     void killProfileIds(const std::vector<int>& pflIds);
346     void killLocalizationIds(const std::vector<int>& locIds);
347     //
348     void appendProfile(DataArrayInt *pfl);
349     void appendLoc(const char *locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector<double>& refCoo, const std::vector<double>& gsCoo, const std::vector<double>& w);
350     //
351     static std::string CreateNewNameNotIn(const char *prefix, const std::vector<std::string>& namesToAvoid);
352   protected:
353     MEDFileFieldGlobs(const char *fname);
354     MEDFileFieldGlobs();
355     ~MEDFileFieldGlobs();
356   protected:
357     std::vector< MEDCouplingAutoRefCountObjectPtr<DataArrayInt> > _pfls;
358     std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFieldLoc> > _locs;
359     std::string _file_name;
360   };
361
362 /// @endcond INTERNAL
363
364   class MEDFileFieldGlobsReal
365   {
366   public:
367     MEDLOADER_EXPORT MEDFileFieldGlobsReal(const char *fname);
368     MEDLOADER_EXPORT MEDFileFieldGlobsReal();
369     MEDLOADER_EXPORT std::size_t getHeapMemorySizeWithoutChildren() const;
370     MEDLOADER_EXPORT std::vector<const BigMemoryObject *> getDirectChildren() const;
371     MEDLOADER_EXPORT void simpleReprGlobs(std::ostream& oss) const;
372     MEDLOADER_EXPORT void resetContent();
373     MEDLOADER_EXPORT void shallowCpyGlobs(const MEDFileFieldGlobsReal& other);
374     MEDLOADER_EXPORT void deepCpyGlobs(const MEDFileFieldGlobsReal& other);
375     MEDLOADER_EXPORT void shallowCpyOnlyUsedGlobs(const MEDFileFieldGlobsReal& other);
376     MEDLOADER_EXPORT void deepCpyOnlyUsedGlobs(const MEDFileFieldGlobsReal& other);
377     MEDLOADER_EXPORT void appendGlobs(const MEDFileFieldGlobsReal& other, double eps);
378     MEDLOADER_EXPORT void checkGlobsCoherency() const;
379     MEDLOADER_EXPORT void checkGlobsPflsPartCoherency() const;
380     MEDLOADER_EXPORT void checkGlobsLocsPartCoherency() const;
381     MEDLOADER_EXPORT virtual std::vector<std::string> getPflsReallyUsed() const = 0;
382     MEDLOADER_EXPORT virtual std::vector<std::string> getLocsReallyUsed() const = 0;
383     MEDLOADER_EXPORT virtual std::vector<std::string> getPflsReallyUsedMulti() const = 0;
384     MEDLOADER_EXPORT virtual std::vector<std::string> getLocsReallyUsedMulti() const = 0;
385     MEDLOADER_EXPORT virtual void changePflsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif) = 0;
386     MEDLOADER_EXPORT virtual void changeLocsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif) = 0;
387     MEDLOADER_EXPORT virtual ~MEDFileFieldGlobsReal();
388     //
389     MEDLOADER_EXPORT void loadProfileInFile(med_idt fid, int id, const char *pflName);
390     MEDLOADER_EXPORT void loadProfileInFile(med_idt fid, int id);
391     MEDLOADER_EXPORT void loadGlobals(med_idt fid);
392     MEDLOADER_EXPORT void loadAllGlobals(med_idt fid);
393     MEDLOADER_EXPORT void writeGlobals(med_idt fid, const MEDFileWritable& opt) const;
394     MEDLOADER_EXPORT std::vector<std::string> getPfls() const;
395     MEDLOADER_EXPORT std::vector<std::string> getLocs() const;
396     MEDLOADER_EXPORT bool existsPfl(const char *pflName) const;
397     MEDLOADER_EXPORT bool existsLoc(const char *locName) const;
398     MEDLOADER_EXPORT std::string createNewNameOfPfl() const;
399     MEDLOADER_EXPORT std::string createNewNameOfLoc() const;
400     MEDLOADER_EXPORT std::vector< std::vector<int> > whichAreEqualProfiles() const;
401     MEDLOADER_EXPORT std::vector< std::vector<int> > whichAreEqualLocs(double eps) const;
402     MEDLOADER_EXPORT void setFileName(const char *fileName);
403     MEDLOADER_EXPORT void changePflsNamesInStruct(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
404     MEDLOADER_EXPORT void changeLocsNamesInStruct(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
405     MEDLOADER_EXPORT void changePflsNames(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
406     MEDLOADER_EXPORT void changeLocsNames(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
407     MEDLOADER_EXPORT void changePflName(const char *oldName, const char *newName);
408     MEDLOADER_EXPORT void changeLocName(const char *oldName, const char *newName);
409     MEDLOADER_EXPORT std::vector< std::pair<std::vector<std::string>, std::string > > zipPflsNames();
410     MEDLOADER_EXPORT std::vector< std::pair<std::vector<std::string>, std::string > > zipLocsNames(double eps);
411     MEDLOADER_EXPORT int getNbOfGaussPtPerCell(int locId) const;
412     MEDLOADER_EXPORT int getLocalizationId(const char *loc) const;
413     MEDLOADER_EXPORT const char *getFileName() const;
414     MEDLOADER_EXPORT std::string getFileName2() const;
415     MEDLOADER_EXPORT const MEDFileFieldLoc& getLocalizationFromId(int locId) const;
416     MEDLOADER_EXPORT const MEDFileFieldLoc& getLocalization(const char *locName) const;
417     MEDLOADER_EXPORT MEDFileFieldLoc& getLocalizationFromId(int locId);
418     MEDLOADER_EXPORT MEDFileFieldLoc& getLocalization(const char *locName);
419     MEDLOADER_EXPORT const DataArrayInt *getProfile(const char *pflName) const;
420     MEDLOADER_EXPORT const DataArrayInt *getProfileFromId(int pflId) const;
421     MEDLOADER_EXPORT DataArrayInt *getProfile(const char *pflName);
422     MEDLOADER_EXPORT DataArrayInt *getProfileFromId(int pflId);
423     MEDLOADER_EXPORT void killProfileIds(const std::vector<int>& pflIds);
424     MEDLOADER_EXPORT void killLocalizationIds(const std::vector<int>& locIds);
425     //
426     MEDLOADER_EXPORT void appendProfile(DataArrayInt *pfl);
427     MEDLOADER_EXPORT void appendLoc(const char *locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector<double>& refCoo, const std::vector<double>& gsCoo, const std::vector<double>& w);
428   protected:
429     MEDFileFieldGlobs *contentNotNull();
430     const MEDFileFieldGlobs *contentNotNull() const;
431   protected:
432     MEDCouplingAutoRefCountObjectPtr< MEDFileFieldGlobs > _globals;
433   };
434
435   class MEDFileFieldNameScope
436   {
437   public:
438     MEDLOADER_EXPORT MEDFileFieldNameScope();
439     MEDLOADER_EXPORT MEDFileFieldNameScope(const char *fieldName);
440     MEDLOADER_EXPORT std::string getName() const;
441     MEDLOADER_EXPORT void setName(const char *fieldName);
442     MEDLOADER_EXPORT std::string getDtUnit() const;
443     MEDLOADER_EXPORT void setDtUnit(const char *dtUnit);
444     MEDLOADER_EXPORT void copyNameScope(const MEDFileFieldNameScope& other);
445   protected:
446     std::string _name;
447     std::string _dt_unit;
448   };
449
450   /*!
451    * SDA is for Shared Data Arrays such as profiles.
452    */
453   class MEDFileAnyTypeField1TSWithoutSDA : public RefCountObject, public MEDFileFieldNameScope
454   {
455   public:
456     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA();
457     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA(const char *fieldName, int csit, int iteration, int order);
458     MEDLOADER_EXPORT int getIteration() const { return _iteration; }
459     MEDLOADER_EXPORT int getOrder() const { return _order; }
460     MEDLOADER_EXPORT double getTime(int& iteration, int& order) const { iteration=_iteration; order=_order; return _dt; }
461     MEDLOADER_EXPORT void setTime(int iteration, int order, double val) { _dt=val; _iteration=iteration; _order=order; }
462     MEDLOADER_EXPORT int getDimension() const;
463     MEDLOADER_EXPORT std::string getMeshName() const;
464     MEDLOADER_EXPORT void setMeshName(const char *newMeshName);
465     MEDLOADER_EXPORT bool changeMeshNames(const std::vector< std::pair<std::string,std::string> >& modifTab);
466     MEDLOADER_EXPORT int getMeshIteration() const;
467     MEDLOADER_EXPORT int getMeshOrder() const;
468     MEDLOADER_EXPORT bool isDealingTS(int iteration, int order) const;
469     MEDLOADER_EXPORT std::pair<int,int> getDtIt() const;
470     MEDLOADER_EXPORT void fillIteration(std::pair<int,int>& p) const;
471     MEDLOADER_EXPORT void fillTypesOfFieldAvailable(std::vector<TypeOfField>& types) const;
472     MEDLOADER_EXPORT std::vector<TypeOfField> getTypesOfFieldAvailable() const;
473     //
474     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsed2() const;
475     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsed2() const;
476     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsedMulti2() const;
477     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsedMulti2() const;
478     MEDLOADER_EXPORT void changePflsRefsNamesGen2(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
479     MEDLOADER_EXPORT void changeLocsRefsNamesGen2(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
480     //
481     MEDLOADER_EXPORT int getNonEmptyLevels(const char *mname, std::vector<int>& levs) const;
482     MEDLOADER_EXPORT std::vector< std::vector<std::pair<int,int> > > getFieldSplitedByType(const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF, std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const;
483     //
484     MEDLOADER_EXPORT MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenMeshAndTypeAndLocId(const char *mName, INTERP_KERNEL::NormalizedCellType typ, int locId);
485     MEDLOADER_EXPORT const MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenMeshAndTypeAndLocId(const char *mName, INTERP_KERNEL::NormalizedCellType typ, int locId) const;
486     MEDLOADER_EXPORT void deepCpyLeavesFrom(const MEDFileAnyTypeField1TSWithoutSDA& other);
487   public:
488     MEDLOADER_EXPORT int getNumberOfComponents() const;
489     MEDLOADER_EXPORT const std::vector<std::string>& getInfo() const;
490     MEDLOADER_EXPORT std::vector<std::string>& getInfo();
491     MEDLOADER_EXPORT void setInfo(const std::vector<std::string>& infos);
492     MEDLOADER_EXPORT std::size_t getHeapMemorySizeWithoutChildren() const;
493     MEDLOADER_EXPORT std::vector<const BigMemoryObject *> getDirectChildren() const;
494     MEDLOADER_EXPORT int copyTinyInfoFrom(const MEDCouplingFieldDouble *field, const DataArray *arr);
495     MEDLOADER_EXPORT void setFieldNoProfileSBT(const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
496     MEDLOADER_EXPORT void setFieldProfile(const MEDCouplingFieldDouble *field, const DataArray *arrOfVals, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile, MEDFileFieldGlobsReal& glob, const MEDFileFieldNameScope& nasc);
497     MEDLOADER_EXPORT virtual void simpleRepr(int bkOffset, std::ostream& oss, int f1tsId) const;
498     MEDLOADER_EXPORT virtual MEDFileAnyTypeField1TSWithoutSDA *deepCpy() const = 0;
499     MEDLOADER_EXPORT virtual MEDFileAnyTypeField1TSWithoutSDA *shallowCpy() const = 0;
500     MEDLOADER_EXPORT virtual std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA> > splitComponents() const;
501     MEDLOADER_EXPORT virtual const char *getTypeStr() const = 0;
502     MEDLOADER_EXPORT virtual DataArray *getUndergroundDataArray() const = 0;
503     MEDLOADER_EXPORT virtual DataArray *getUndergroundDataArrayExt(std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const = 0;
504     MEDLOADER_EXPORT virtual void setArray(DataArray *arr) = 0;
505     MEDLOADER_EXPORT virtual DataArray *createNewEmptyDataArrayInstance() const = 0;
506     MEDLOADER_EXPORT virtual DataArray *getOrCreateAndGetArray() = 0;
507     MEDLOADER_EXPORT virtual const DataArray *getOrCreateAndGetArray() const = 0;
508   public:
509     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, const char *mName, int renumPol, const MEDFileFieldGlobsReal *glob, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const;
510     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, int renumPol, const MEDFileFieldGlobsReal *glob, const MEDFileMesh *mesh, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const;
511     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, const char *mName, int renumPol, const MEDFileFieldGlobsReal *glob, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const;
512     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int renumPol, const MEDFileFieldGlobsReal *glob, const MEDCouplingMesh *mesh, const DataArrayInt *cellRenum, const DataArrayInt *nodeRenum, MEDCouplingAutoRefCountObjectPtr<DataArray> &arrOut, const MEDFileFieldNameScope& nasc) const;
513     DataArray *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt *&pfl, const MEDFileFieldGlobsReal *glob, const MEDFileFieldNameScope& nasc) const;
514   public:
515     MEDLOADER_EXPORT bool renumberEntitiesLyingOnMesh(const char *meshName, const std::vector<int>& oldCode, const std::vector<int>& newCode, const DataArrayInt *renumO2N, MEDFileFieldGlobsReal& glob);
516     MEDLOADER_EXPORT std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA> > splitDiscretizations() const;
517     MEDLOADER_EXPORT int keepOnlySpatialDiscretization(TypeOfField tof, std::vector< std::pair<int,int> >& its);
518   public:
519     MEDLOADER_EXPORT void allocNotFromFile(int newNbOfTuples);
520     MEDLOADER_EXPORT bool allocIfNecessaryTheArrayToReceiveDataFromFile();
521     MEDLOADER_EXPORT void loadOnlyStructureOfDataRecursively(med_idt fid, const MEDFileFieldNameScope& nasc);
522     MEDLOADER_EXPORT void loadBigArraysRecursively(med_idt fid, const MEDFileFieldNameScope& nasc);
523     MEDLOADER_EXPORT void loadBigArraysRecursivelyIfNecessary(med_idt fid, const MEDFileFieldNameScope& nasc);
524     MEDLOADER_EXPORT void loadStructureAndBigArraysRecursively(med_idt fid, const MEDFileFieldNameScope& nasc);
525     MEDLOADER_EXPORT void unloadArrays();
526     MEDLOADER_EXPORT void writeLL(med_idt fid, const MEDFileWritable& opts, const MEDFileFieldNameScope& nasc) const;
527   protected:
528     int getMeshIdFromMeshName(const char *mName) const;
529     int addNewEntryIfNecessary(const MEDCouplingMesh *mesh);
530     void updateData(int newLgth, const std::vector< std::pair<int,int> >& oldStartStops);
531   protected:
532     std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileFieldPerMesh > > _field_per_mesh;
533     int _iteration;
534     int _order;
535     double _dt;
536   public:
537     //! only useable on reading
538     mutable int _csit;
539     // -3 means allocated and build from scratch
540     // -2 means allocated and read from a file
541     // -1 means not allocated and build from scratch
542     // >=0 means not allocated and read from a file
543     mutable int _nb_of_tuples_to_be_allocated;
544   };
545
546   class MEDFileIntField1TSWithoutSDA;
547   
548   /*!
549    * SDA is for Shared Data Arrays such as profiles.
550    */
551   class MEDFileField1TSWithoutSDA : public MEDFileAnyTypeField1TSWithoutSDA
552   {
553   public:
554     MEDLOADER_EXPORT const char *getTypeStr() const;
555     MEDLOADER_EXPORT DataArray *getUndergroundDataArray() const;
556     MEDLOADER_EXPORT DataArray *getUndergroundDataArrayExt(std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
557     MEDLOADER_EXPORT DataArrayDouble *getUndergroundDataArrayDouble() const;
558     MEDLOADER_EXPORT DataArrayDouble *getUndergroundDataArrayDoubleExt(std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
559     MEDLOADER_EXPORT std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF, std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const;
560     MEDLOADER_EXPORT static void CheckMeshDimRel(int meshDimRelToMax);
561     MEDLOADER_EXPORT static std::vector<int> CheckSBTMesh(const MEDCouplingMesh *mesh);
562     MEDLOADER_EXPORT static MEDFileField1TSWithoutSDA *New(const char *fieldName, int csit, int iteration, int order, const std::vector<std::string>& infos);
563   public:
564     MEDLOADER_EXPORT MEDFileField1TSWithoutSDA();
565     MEDLOADER_EXPORT MEDFileField1TSWithoutSDA(const char *fieldName, int csit, int iteration, int order, const std::vector<std::string>& infos);
566     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA *shallowCpy() const;
567     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA *deepCpy() const;
568     MEDLOADER_EXPORT void setArray(DataArray *arr);
569     MEDLOADER_EXPORT DataArray *createNewEmptyDataArrayInstance() const;
570     MEDLOADER_EXPORT DataArray *getOrCreateAndGetArray();
571     MEDLOADER_EXPORT const DataArray *getOrCreateAndGetArray() const;
572     MEDLOADER_EXPORT DataArrayDouble *getOrCreateAndGetArrayDouble();
573     MEDLOADER_EXPORT const DataArrayDouble *getOrCreateAndGetArrayDouble() const;
574     MEDLOADER_EXPORT MEDFileIntField1TSWithoutSDA *convertToInt() const;
575   protected:
576     MEDCouplingAutoRefCountObjectPtr< DataArrayDouble > _arr;
577   public:
578     static const char TYPE_STR[];
579   };
580
581   /*!
582    * SDA is for Shared Data Arrays such as profiles.
583    */
584   class MEDFileIntField1TSWithoutSDA : public MEDFileAnyTypeField1TSWithoutSDA
585   {
586   public:
587     MEDLOADER_EXPORT MEDFileIntField1TSWithoutSDA();
588     MEDLOADER_EXPORT static MEDFileIntField1TSWithoutSDA *New(const char *fieldName, int csit, int iteration, int order, const std::vector<std::string>& infos);
589     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA *deepCpy() const;
590     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA *shallowCpy() const;
591     MEDLOADER_EXPORT const char *getTypeStr() const;
592     MEDLOADER_EXPORT DataArray *getUndergroundDataArray() const;
593     MEDLOADER_EXPORT DataArray *getUndergroundDataArrayExt(std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
594     MEDLOADER_EXPORT void setArray(DataArray *arr);
595     MEDLOADER_EXPORT DataArray *createNewEmptyDataArrayInstance() const;
596     MEDLOADER_EXPORT DataArray *getOrCreateAndGetArray();
597     MEDLOADER_EXPORT const DataArray *getOrCreateAndGetArray() const;
598     MEDLOADER_EXPORT DataArrayInt *getOrCreateAndGetArrayInt();
599     MEDLOADER_EXPORT const DataArrayInt *getOrCreateAndGetArrayInt() const;
600     MEDLOADER_EXPORT DataArrayInt *getUndergroundDataArrayInt() const;
601     MEDLOADER_EXPORT DataArrayInt *getUndergroundDataArrayIntExt(std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
602     MEDLOADER_EXPORT MEDFileField1TSWithoutSDA *convertToDouble() const;
603   protected:
604     MEDFileIntField1TSWithoutSDA(const char *fieldName, int csit, int iteration, int order, const std::vector<std::string>& infos);
605   protected:
606     MEDCouplingAutoRefCountObjectPtr< DataArrayInt > _arr;
607   public:
608     MEDLOADER_EXPORT static const char TYPE_STR[];
609   };
610
611   /*!
612    * User class.
613    */
614   class MEDFileAnyTypeField1TS : public RefCountObject, public MEDFileWritable, public MEDFileFieldGlobsReal
615   {
616   protected:
617     MEDLOADER_EXPORT MEDFileAnyTypeField1TS();
618     MEDLOADER_EXPORT MEDFileAnyTypeField1TS(const char *fileName, bool loadAll);
619     MEDLOADER_EXPORT MEDFileAnyTypeField1TS(const char *fileName, const char *fieldName, bool loadAll);
620     MEDLOADER_EXPORT MEDFileAnyTypeField1TS(const char *fileName, const char *fieldName, int iteration, int order, bool loadAll);
621     MEDLOADER_EXPORT MEDFileAnyTypeField1TS(const MEDFileAnyTypeField1TSWithoutSDA& other, bool shallowCopyOfContent);
622     MEDLOADER_EXPORT static MEDFileAnyTypeField1TS *BuildNewInstanceFromContent(MEDFileAnyTypeField1TSWithoutSDA *c, const char *fileName);
623     MEDLOADER_EXPORT static MEDFileAnyTypeField1TSWithoutSDA *BuildContentFrom(med_idt fid, const char *fileName, bool loadAll);
624     MEDLOADER_EXPORT static MEDFileAnyTypeField1TSWithoutSDA *BuildContentFrom(med_idt fid, const char *fileName, const char *fieldName, bool loadAll);
625     MEDLOADER_EXPORT static MEDFileAnyTypeField1TSWithoutSDA *BuildContentFrom(med_idt fid, const char *fileName, const char *fieldName, int iteration, int order, bool loadAll);
626     MEDLOADER_EXPORT void writeLL(med_idt fid) const;
627     // direct forwarding to MEDFileAnyTypeField1TSWithoutSDA instance _content
628   public:
629     MEDLOADER_EXPORT static MEDFileAnyTypeField1TS *New(const char *fileName, bool loadAll=true);
630     MEDLOADER_EXPORT static MEDFileAnyTypeField1TS *New(const char *fileName, const char *fieldName, bool loadAll=true);
631     MEDLOADER_EXPORT static MEDFileAnyTypeField1TS *New(const char *fileName, const char *fieldName, int iteration, int order, bool loadAll=true);
632     MEDLOADER_EXPORT int getDimension() const;
633     MEDLOADER_EXPORT int getIteration() const;
634     MEDLOADER_EXPORT int getOrder() const;
635     MEDLOADER_EXPORT double getTime(int& iteration, int& order) const;
636     MEDLOADER_EXPORT void setTime(int iteration, int order, double val);
637     MEDLOADER_EXPORT std::string getName() const;
638     MEDLOADER_EXPORT void setName(const char *name);
639     MEDLOADER_EXPORT std::string simpleRepr() const;
640     MEDLOADER_EXPORT void simpleRepr(int bkOffset, std::ostream& oss, int f1tsId) const;
641     MEDLOADER_EXPORT std::string getDtUnit() const;
642     MEDLOADER_EXPORT void setDtUnit(const char *dtUnit);
643     MEDLOADER_EXPORT std::string getMeshName() const;
644     MEDLOADER_EXPORT void setMeshName(const char *newMeshName);
645     MEDLOADER_EXPORT bool changeMeshNames(const std::vector< std::pair<std::string,std::string> >& modifTab);
646     MEDLOADER_EXPORT int getMeshIteration() const;
647     MEDLOADER_EXPORT int getMeshOrder() const;
648     MEDLOADER_EXPORT int getNumberOfComponents() const;
649     MEDLOADER_EXPORT bool isDealingTS(int iteration, int order) const;
650     MEDLOADER_EXPORT std::pair<int,int> getDtIt() const;
651     MEDLOADER_EXPORT void fillIteration(std::pair<int,int>& p) const;
652     MEDLOADER_EXPORT void fillTypesOfFieldAvailable(std::vector<TypeOfField>& types) const;
653     MEDLOADER_EXPORT void setInfo(const std::vector<std::string>& infos);
654     MEDLOADER_EXPORT const std::vector<std::string>& getInfo() const;
655     MEDLOADER_EXPORT std::vector<std::string>& getInfo();
656     MEDLOADER_EXPORT std::vector<TypeOfField> getTypesOfFieldAvailable() const;
657     MEDLOADER_EXPORT std::vector< std::vector<std::pair<int,int> > > getFieldSplitedByType(const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF,
658                                                                           std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const throw(INTERP_KERNEL::Exception);
659     MEDLOADER_EXPORT MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenMeshAndTypeAndLocId(const char *mName, INTERP_KERNEL::NormalizedCellType typ, int locId);
660     MEDLOADER_EXPORT const MEDFileFieldPerMeshPerTypePerDisc *getLeafGivenMeshAndTypeAndLocId(const char *mName, INTERP_KERNEL::NormalizedCellType typ, int locId) const;
661     MEDLOADER_EXPORT int getNonEmptyLevels(const char *mname, std::vector<int>& levs) const;
662   public:
663     MEDLOADER_EXPORT void write(const char *fileName, int mode) const;
664     MEDLOADER_EXPORT void loadArrays();
665     MEDLOADER_EXPORT void loadArraysIfNecessary();
666     MEDLOADER_EXPORT void unloadArrays();
667     MEDLOADER_EXPORT std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeField1TS > > splitComponents() const;
668     MEDLOADER_EXPORT std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeField1TS > > splitDiscretizations() const;
669     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *deepCpy() const;
670     MEDLOADER_EXPORT int copyTinyInfoFrom(const MEDCouplingFieldDouble *field, const DataArray *arr);
671     MEDLOADER_EXPORT virtual MEDFileAnyTypeField1TS *shallowCpy() const = 0;
672   public:
673     //! underground method see MEDFileField1TSWithoutSDA::setProfileNameOnLeaf
674     MEDLOADER_EXPORT void setProfileNameOnLeaf(const char *mName, INTERP_KERNEL::NormalizedCellType typ, int locId, const char *newPflName, bool forceRenameOnGlob=false);
675     //! underground method see MEDFileField1TSWithoutSDA::setLocNameOnLeaf
676     MEDLOADER_EXPORT void setLocNameOnLeaf(const char *mName, INTERP_KERNEL::NormalizedCellType typ, int locId, const char *newLocName, bool forceRenameOnGlob=false);
677     MEDLOADER_EXPORT std::size_t getHeapMemorySizeWithoutChildren() const;
678     MEDLOADER_EXPORT std::vector<const BigMemoryObject *> getDirectChildren() const;
679     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsed() const;
680     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsed() const;
681     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsedMulti() const;
682     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsedMulti() const;
683     MEDLOADER_EXPORT void changePflsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
684     MEDLOADER_EXPORT void changeLocsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
685   public:
686     MEDLOADER_EXPORT static int LocateField2(med_idt fid, const char *fileName, int fieldIdCFormat, bool checkFieldId, std::string& fieldName, med_field_type& typcha, std::vector<std::string>& infos, std::string& dtunitOut);
687     MEDLOADER_EXPORT static int LocateField(med_idt fid, const char *fileName, const char *fieldName, int& posCFormat, med_field_type& typcha, std::vector<std::string>& infos, std::string& dtunitOut);
688   public:
689     MEDLOADER_EXPORT virtual med_field_type getMEDFileFieldType() const = 0;
690     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA *contentNotNullBase();
691     MEDLOADER_EXPORT const MEDFileAnyTypeField1TSWithoutSDA *contentNotNullBase() const;
692   protected:
693     MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA> _content;
694   };
695   
696   class MEDFileIntField1TS;
697   
698   /*!
699    * User class.
700    */
701   class MEDFileField1TS : public MEDFileAnyTypeField1TS
702   {
703   public:
704     MEDLOADER_EXPORT static MEDFileField1TS *New(const char *fileName, bool loadAll=true);
705     MEDLOADER_EXPORT static MEDFileField1TS *New(const char *fileName, const char *fieldName, bool loadAll=true);
706     MEDLOADER_EXPORT static MEDFileField1TS *New(const char *fileName, const char *fieldName, int iteration, int order, bool loadAll=true);
707     MEDLOADER_EXPORT static MEDFileField1TS *New(const MEDFileField1TSWithoutSDA& other, bool shallowCopyOfContent);
708     MEDLOADER_EXPORT static MEDFileField1TS *New();
709     MEDLOADER_EXPORT MEDFileIntField1TS *convertToInt(bool deepCpyGlobs=true) const;
710     //
711     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, int renumPol=0) const;
712     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, int renumPol=0) const;
713     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const;
714     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, const MEDCouplingMesh *mesh, int renumPol=0) const;
715     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, const char *mname, int meshDimRelToMax, int renumPol=0) const;
716     MEDLOADER_EXPORT DataArrayDouble *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt *&pfl) const;
717     //
718     MEDLOADER_EXPORT void setFieldNoProfileSBT(const MEDCouplingFieldDouble *field);
719     MEDLOADER_EXPORT void setFieldProfile(const MEDCouplingFieldDouble *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile);
720     // direct forwarding to MEDFileField1TSWithoutSDA instance _content
721   public:
722     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *shallowCpy() const;
723     MEDLOADER_EXPORT DataArrayDouble *getUndergroundDataArray() const;
724     MEDLOADER_EXPORT DataArrayDouble *getUndergroundDataArrayExt(std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
725     
726     MEDLOADER_EXPORT std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF,
727                                                                                           std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const throw(INTERP_KERNEL::Exception);
728   public:
729     MEDLOADER_EXPORT static void SetDataArrayDoubleInField(MEDCouplingFieldDouble *f, MEDCouplingAutoRefCountObjectPtr<DataArray>& arr);
730     MEDLOADER_EXPORT static DataArrayDouble *ReturnSafelyDataArrayDouble(MEDCouplingAutoRefCountObjectPtr<DataArray>& arr);
731   private:
732     med_field_type getMEDFileFieldType() const { return MED_FLOAT64; }
733     const MEDFileField1TSWithoutSDA *contentNotNull() const;
734     MEDFileField1TSWithoutSDA *contentNotNull();
735   private:
736     MEDFileField1TS(const char *fileName, bool loadAll);
737     MEDFileField1TS(const char *fileName, const char *fieldName, bool loadAll);
738     MEDFileField1TS(const char *fileName, const char *fieldName, int iteration, int order, bool loadAll);
739     MEDFileField1TS(const MEDFileField1TSWithoutSDA& other, bool shallowCopyOfContent);
740     MEDFileField1TS();
741   };
742
743   class MEDFileIntField1TS : public MEDFileAnyTypeField1TS
744   {
745   public:
746     MEDLOADER_EXPORT static MEDFileIntField1TS *New();
747     MEDLOADER_EXPORT static MEDFileIntField1TS *New(const char *fileName, bool loadAll=true);
748     MEDLOADER_EXPORT static MEDFileIntField1TS *New(const char *fileName, const char *fieldName, bool loadAll=true);
749     MEDLOADER_EXPORT static MEDFileIntField1TS *New(const char *fileName, const char *fieldName, int iteration, int order, bool loadAll=true);
750     MEDLOADER_EXPORT static MEDFileIntField1TS *New(const MEDFileIntField1TSWithoutSDA& other, bool shallowCopyOfContent);
751     MEDLOADER_EXPORT MEDFileField1TS *convertToDouble(bool deepCpyGlobs=true) const;
752     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *shallowCpy() const;
753     //
754     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, DataArrayInt* &arrOut, int renumPol=0) const;
755     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, DataArrayInt* &arrOut, int renumPol=0) const;
756     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt* &arrOut, int renumPol=0) const;
757     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, const MEDCouplingMesh *mesh, DataArrayInt* &arrOut, int renumPol=0) const;
758     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, const char *mname, int meshDimRelToMax, DataArrayInt* &arrOut, int renumPol=0) const;
759     MEDLOADER_EXPORT DataArrayInt *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt *&pfl) const;
760     //
761     MEDLOADER_EXPORT void setFieldNoProfileSBT(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals);
762     MEDLOADER_EXPORT void setFieldProfile(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile);
763     MEDLOADER_EXPORT DataArrayInt *getUndergroundDataArray() const;
764   public:
765     MEDLOADER_EXPORT static DataArrayInt *ReturnSafelyDataArrayInt(MEDCouplingAutoRefCountObjectPtr<DataArray>& arr);
766   private:
767     med_field_type getMEDFileFieldType() const { return MED_INT32; }
768     const MEDFileIntField1TSWithoutSDA *contentNotNull() const;
769     MEDFileIntField1TSWithoutSDA *contentNotNull();
770   private:
771     MEDFileIntField1TS();
772     MEDFileIntField1TS(const char *fileName, bool loadAll);
773     MEDFileIntField1TS(const char *fileName, const char *fieldName, bool loadAll);
774     MEDFileIntField1TS(const char *fileName, const char *fieldName, int iteration, int order, bool loadAll);
775     MEDFileIntField1TS(const MEDFileIntField1TSWithoutSDA& other, bool shallowCopyOfContent);
776   };
777   
778   class MEDFileAnyTypeFieldMultiTSWithoutSDA : public RefCountObject, public MEDFileFieldNameScope
779   {
780   protected:
781     MEDFileAnyTypeFieldMultiTSWithoutSDA();
782     MEDFileAnyTypeFieldMultiTSWithoutSDA(const char *fieldName);
783     MEDFileAnyTypeFieldMultiTSWithoutSDA(med_idt fid, int fieldId, bool loadAll);
784     MEDFileAnyTypeFieldMultiTSWithoutSDA(med_idt fid, const char *fieldName, med_field_type fieldTyp, const std::vector<std::string>& infos, int nbOfStep, const std::string& dtunit, bool loadAll);
785   public:
786     MEDLOADER_EXPORT std::size_t getHeapMemorySizeWithoutChildren() const;
787     MEDLOADER_EXPORT std::vector<const BigMemoryObject *> getDirectChildren() const;
788     MEDLOADER_EXPORT virtual MEDFileAnyTypeFieldMultiTSWithoutSDA *deepCpy() const;
789     MEDLOADER_EXPORT virtual std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTSWithoutSDA> > splitComponents() const;
790     MEDLOADER_EXPORT virtual std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTSWithoutSDA> > splitDiscretizations() const;
791     MEDLOADER_EXPORT virtual const char *getTypeStr() const = 0;
792     MEDLOADER_EXPORT virtual MEDFileAnyTypeFieldMultiTSWithoutSDA *shallowCpy() const = 0;
793     MEDLOADER_EXPORT virtual MEDFileAnyTypeFieldMultiTSWithoutSDA *createNew() const = 0;
794     MEDLOADER_EXPORT virtual MEDFileAnyTypeField1TSWithoutSDA *createNew1TSWithoutSDAEmptyInstance() const = 0;
795     MEDLOADER_EXPORT virtual void checkCoherencyOfType(const MEDFileAnyTypeField1TSWithoutSDA *f1ts) const = 0;
796     MEDLOADER_EXPORT const std::vector<std::string>& getInfo() const;
797     MEDLOADER_EXPORT void setInfo(const std::vector<std::string>& info);
798     MEDLOADER_EXPORT int getTimeStepPos(int iteration, int order) const;
799     MEDLOADER_EXPORT const MEDFileAnyTypeField1TSWithoutSDA& getTimeStepEntry(int iteration, int order) const;
800     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA& getTimeStepEntry(int iteration, int order);
801     MEDLOADER_EXPORT std::string getMeshName() const;
802     MEDLOADER_EXPORT void setMeshName(const char *newMeshName);
803     MEDLOADER_EXPORT bool changeMeshNames(const std::vector< std::pair<std::string,std::string> >& modifTab);
804     MEDLOADER_EXPORT int getNumberOfTS() const;
805     MEDLOADER_EXPORT void eraseEmptyTS();
806     MEDLOADER_EXPORT void eraseTimeStepIds(const int *startIds, const int *endIds);
807     MEDLOADER_EXPORT void eraseTimeStepIds2(int bg, int end, int step);
808     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *buildFromTimeStepIds(const int *startIds, const int *endIds) const;
809     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *buildFromTimeStepIds2(int bg, int end, int step) const;
810     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *partOfThisLyingOnSpecifiedTimeSteps(const std::vector< std::pair<int,int> >& timeSteps) const;
811     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *partOfThisNotLyingOnSpecifiedTimeSteps(const std::vector< std::pair<int,int> >& timeSteps) const;
812     MEDLOADER_EXPORT int getPosOfTimeStep(int iteration, int order) const;
813     MEDLOADER_EXPORT int getPosGivenTime(double time, double eps=1e-8) const;
814     MEDLOADER_EXPORT std::vector< std::pair<int,int> > getIterations() const;
815     MEDLOADER_EXPORT std::vector< std::pair<int,int> > getTimeSteps(std::vector<double>& ret1) const;
816     MEDLOADER_EXPORT void pushBackTimeStep(MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA>& tse);
817     MEDLOADER_EXPORT void synchronizeNameScope();
818     MEDLOADER_EXPORT void simpleRepr(int bkOffset, std::ostream& oss, int fmtsId) const;
819     MEDLOADER_EXPORT int getNonEmptyLevels(int iteration, int order, const char *mname, std::vector<int>& levs) const;
820     MEDLOADER_EXPORT void appendFieldNoProfileSBT(const MEDCouplingFieldDouble *field, const DataArray *arr, MEDFileFieldGlobsReal& glob);
821     MEDLOADER_EXPORT void appendFieldProfile(const MEDCouplingFieldDouble *field, const DataArray *arr, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile, MEDFileFieldGlobsReal& glob);
822     MEDLOADER_EXPORT std::vector< std::vector< std::pair<int,int> > > getFieldSplitedByType(int iteration, int order, const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF, std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const;
823     MEDLOADER_EXPORT std::vector< std::vector<TypeOfField> > getTypesOfFieldAvailable() const;
824     MEDLOADER_EXPORT DataArray *getUndergroundDataArray(int iteration, int order) const;
825     MEDLOADER_EXPORT DataArray *getUndergroundDataArrayExt(int iteration, int order, std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
826     MEDLOADER_EXPORT bool renumberEntitiesLyingOnMesh(const char *meshName, const std::vector<int>& oldCode, const std::vector<int>& newCode, const DataArrayInt *renumO2N, MEDFileFieldGlobsReal& glob);
827     MEDLOADER_EXPORT void loadStructureOrStructureAndBigArraysRecursively(med_idt fid, int nbPdt, med_field_type fieldTyp, bool loadAll);
828     MEDLOADER_EXPORT void writeLL(med_idt fid, const MEDFileWritable& opts) const;
829     MEDLOADER_EXPORT void loadBigArraysRecursively(med_idt fid, const MEDFileFieldNameScope& nasc);
830     MEDLOADER_EXPORT void loadBigArraysRecursivelyIfNecessary(med_idt fid, const MEDFileFieldNameScope& nasc);
831     MEDLOADER_EXPORT void unloadArrays();
832   public:
833     MEDLOADER_EXPORT const MEDFileAnyTypeField1TSWithoutSDA *getTimeStepAtPos2(int pos) const;
834     MEDLOADER_EXPORT MEDFileAnyTypeField1TSWithoutSDA *getTimeStepAtPos2(int pos);
835     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsed2() const;
836     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsed2() const;
837     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsedMulti2() const;
838     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsedMulti2() const;
839     MEDLOADER_EXPORT void changePflsRefsNamesGen2(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
840     MEDLOADER_EXPORT void changeLocsRefsNamesGen2(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
841     MEDLOADER_EXPORT void setIteration(int i, MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA> ts);
842   protected:
843     virtual med_field_type getMEDFileFieldType() const = 0;
844     void copyTinyInfoFrom(const MEDCouplingFieldDouble *field, const DataArray *arr);
845     void checkCoherencyOfTinyInfo(const MEDCouplingFieldDouble *field, const DataArray *arr) const;
846     void checkThatComponentsMatch(const std::vector<std::string>& compos) const;
847     void checkThatNbOfCompoOfTSMatchThis() const;
848   protected:
849     std::vector<std::string> _infos;
850     std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeField1TSWithoutSDA> > _time_steps;
851   };
852
853   class MEDFileIntFieldMultiTSWithoutSDA;
854
855   class MEDFileFieldMultiTSWithoutSDA : public MEDFileAnyTypeFieldMultiTSWithoutSDA
856   {
857   public:
858     MEDLOADER_EXPORT static MEDFileFieldMultiTSWithoutSDA *New(med_idt fid, const char *fieldName, med_field_type fieldTyp, const std::vector<std::string>& infos, int nbOfStep, const std::string& dtunit, bool loadAll);
859     MEDLOADER_EXPORT MEDFileFieldMultiTSWithoutSDA(med_idt fid, int fieldId, bool loadAll);
860     MEDLOADER_EXPORT const char *getTypeStr() const;
861     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *shallowCpy() const;
862     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *createNew() const;
863     MEDLOADER_EXPORT std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(int iteration, int order, const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF, std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const;
864     MEDLOADER_EXPORT MEDFileIntFieldMultiTSWithoutSDA *convertToInt() const;
865   protected:
866     MEDFileFieldMultiTSWithoutSDA(const char *fieldName);
867     MEDFileFieldMultiTSWithoutSDA(med_idt fid, const char *fieldName, med_field_type fieldTyp, const std::vector<std::string>& infos, int nbOfStep, const std::string& dtunit, bool loadAll);
868     med_field_type getMEDFileFieldType() const { return MED_FLOAT64; }
869     MEDFileAnyTypeField1TSWithoutSDA *createNew1TSWithoutSDAEmptyInstance() const;
870     void checkCoherencyOfType(const MEDFileAnyTypeField1TSWithoutSDA *f1ts) const;
871   public:
872     MEDLOADER_EXPORT MEDFileFieldMultiTSWithoutSDA();
873   };
874
875   class MEDFileIntFieldMultiTSWithoutSDA : public MEDFileAnyTypeFieldMultiTSWithoutSDA
876   {
877   public:
878     MEDLOADER_EXPORT static MEDFileIntFieldMultiTSWithoutSDA *New(med_idt fid, const char *fieldName, med_field_type fieldTyp, const std::vector<std::string>& infos, int nbOfStep, const std::string& dtunit, bool loadAll);
879     MEDLOADER_EXPORT MEDFileIntFieldMultiTSWithoutSDA(med_idt fid, int fieldId, bool loadAll);
880     MEDLOADER_EXPORT const char *getTypeStr() const;
881     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *shallowCpy() const;
882     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSWithoutSDA *createNew() const;
883     MEDLOADER_EXPORT MEDFileFieldMultiTSWithoutSDA *convertToDouble() const;
884   protected:
885     MEDFileIntFieldMultiTSWithoutSDA(const char *fieldName);
886     MEDFileIntFieldMultiTSWithoutSDA(med_idt fid, const char *fieldName, med_field_type fieldTyp, const std::vector<std::string>& infos, int nbOfStep, const std::string& dtunit, bool loadAll);
887     med_field_type getMEDFileFieldType() const { return MED_INT32; }
888     MEDFileAnyTypeField1TSWithoutSDA *createNew1TSWithoutSDAEmptyInstance() const;
889     void checkCoherencyOfType(const MEDFileAnyTypeField1TSWithoutSDA *f1ts) const;
890   public:
891     MEDLOADER_EXPORT MEDFileIntFieldMultiTSWithoutSDA();
892   };
893
894   class MEDFileAnyTypeFieldMultiTSIterator;
895   class MEDFileFastCellSupportComparator;
896   /*!
897    * User class.
898    */
899   class MEDFileAnyTypeFieldMultiTS : public RefCountObject, public MEDFileWritable, public MEDFileFieldGlobsReal
900   {
901   protected:
902     MEDFileAnyTypeFieldMultiTS();
903     MEDFileAnyTypeFieldMultiTS(const char *fileName, bool loadAll);
904     MEDFileAnyTypeFieldMultiTS(const char *fileName, const char *fieldName, bool loadAll);
905     MEDFileAnyTypeFieldMultiTS(const MEDFileAnyTypeFieldMultiTSWithoutSDA& other, bool shallowCopyOfContent);
906     static MEDFileAnyTypeFieldMultiTS *BuildNewInstanceFromContent(MEDFileAnyTypeFieldMultiTSWithoutSDA *c, const char *fileName);
907     static MEDFileAnyTypeFieldMultiTSWithoutSDA *BuildContentFrom(med_idt fid, const char *fileName, bool loadAll);
908     static MEDFileAnyTypeFieldMultiTSWithoutSDA *BuildContentFrom(med_idt fid, const char *fileName, const char *fieldName, bool loadAll);
909   public:
910     MEDLOADER_EXPORT static MEDFileAnyTypeFieldMultiTS *New(const char *fileName, bool loadAll=true);
911     MEDLOADER_EXPORT static MEDFileAnyTypeFieldMultiTS *New(const char *fileName, const char *fieldName, bool loadAll=true);
912     MEDLOADER_EXPORT void loadArrays();
913     MEDLOADER_EXPORT void loadArraysIfNecessary();
914     MEDLOADER_EXPORT void unloadArrays();
915     MEDLOADER_EXPORT void write(const char *fileName, int mode) const;
916     MEDLOADER_EXPORT void writeLL(med_idt fid) const;
917     MEDLOADER_EXPORT std::size_t getHeapMemorySizeWithoutChildren() const;
918     MEDLOADER_EXPORT std::vector<const BigMemoryObject *> getDirectChildren() const;
919     MEDLOADER_EXPORT virtual MEDFileAnyTypeFieldMultiTS *deepCpy() const;
920     MEDLOADER_EXPORT std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeFieldMultiTS > > splitComponents() const;
921     MEDLOADER_EXPORT std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeFieldMultiTS > > splitDiscretizations() const;
922     MEDLOADER_EXPORT virtual MEDFileAnyTypeFieldMultiTS *shallowCpy() const = 0;
923     MEDLOADER_EXPORT virtual void checkCoherencyOfType(const MEDFileAnyTypeField1TS *f1ts) const = 0;
924     //
925     MEDLOADER_EXPORT virtual MEDFileAnyTypeField1TS *getTimeStepAtPos(int pos) const = 0;
926     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *getTimeStep(int iteration, int order) const;
927     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *getTimeStepGivenTime(double time, double eps=1e-8) const;
928     MEDLOADER_EXPORT static std::vector< std::vector<MEDFileAnyTypeFieldMultiTS *> > SplitIntoCommonTimeSeries(const std::vector<MEDFileAnyTypeFieldMultiTS *>& vectFMTS);
929     MEDLOADER_EXPORT static std::vector< std::vector<MEDFileAnyTypeFieldMultiTS *> > SplitPerCommonSupport(const std::vector<MEDFileAnyTypeFieldMultiTS *>& vectFMTS, const MEDFileMesh *mesh, std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFastCellSupportComparator> >& fsc);
930     MEDLOADER_EXPORT static int CheckSupportAcrossTime(MEDFileAnyTypeFieldMultiTS *f0, MEDFileAnyTypeFieldMultiTS *f1, const MEDFileMesh *mesh, TypeOfField& tof0, TypeOfField& tof1);
931   public:// direct forwarding to MEDFileField1TSWithoutSDA instance _content
932     MEDLOADER_EXPORT std::string getName() const;
933     MEDLOADER_EXPORT void setName(const char *name);
934     MEDLOADER_EXPORT std::string getDtUnit() const;
935     MEDLOADER_EXPORT void setDtUnit(const char *dtUnit);
936     MEDLOADER_EXPORT std::string getMeshName() const;
937     MEDLOADER_EXPORT void setMeshName(const char *newMeshName);
938     MEDLOADER_EXPORT std::string simpleRepr() const;
939     MEDLOADER_EXPORT void simpleRepr(int bkOffset, std::ostream& oss, int fmtsId) const;
940     MEDLOADER_EXPORT int getNumberOfTS() const;
941     MEDLOADER_EXPORT void eraseEmptyTS();
942     MEDLOADER_EXPORT void eraseTimeStepIds(const int *startIds, const int *endIds);
943     MEDLOADER_EXPORT void eraseTimeStepIds2(int bg, int end, int step);
944     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTS *buildSubPart(const int *startIds, const int *endIds) const;
945     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTS *buildSubPartSlice(int bg, int end, int step) const;
946     MEDLOADER_EXPORT std::vector< std::pair<int,int> > getTimeSteps(std::vector<double>& ret1) const;
947     MEDLOADER_EXPORT std::vector< std::pair<int,int> > getIterations() const;
948     MEDLOADER_EXPORT void pushBackTimeSteps(const std::vector<MEDFileAnyTypeField1TS *>& f1ts);
949     MEDLOADER_EXPORT void pushBackTimeStep(MEDFileAnyTypeField1TS *f1ts);
950     MEDLOADER_EXPORT void synchronizeNameScope();
951     MEDLOADER_EXPORT int getPosOfTimeStep(int iteration, int order) const;
952     MEDLOADER_EXPORT int getPosGivenTime(double time, double eps=1e-8) const;
953     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSIterator *iterator();
954     MEDLOADER_EXPORT bool changeMeshNames(const std::vector< std::pair<std::string,std::string> >& modifTab);
955     MEDLOADER_EXPORT const std::vector<std::string>& getInfo() const;
956     MEDLOADER_EXPORT void setInfo(const std::vector<std::string>& info);
957     MEDLOADER_EXPORT int getNumberOfComponents() const;
958     MEDLOADER_EXPORT int getNonEmptyLevels(int iteration, int order, const char *mname, std::vector<int>& levs) const;
959     MEDLOADER_EXPORT std::vector< std::vector<TypeOfField> > getTypesOfFieldAvailable() const;
960     MEDLOADER_EXPORT std::vector< std::vector< std::pair<int,int> > > getFieldSplitedByType(int iteration, int order, const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF, std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const;
961     MEDLOADER_EXPORT MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTSWithoutSDA> getContent();
962   public:
963     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsed() const;
964     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsed() const;
965     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsedMulti() const;
966     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsedMulti() const;
967     MEDLOADER_EXPORT void changePflsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
968     MEDLOADER_EXPORT void changeLocsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
969   protected:
970     MEDFileAnyTypeFieldMultiTSWithoutSDA *contentNotNullBase();
971     const MEDFileAnyTypeFieldMultiTSWithoutSDA *contentNotNullBase() const;
972   private:
973     static std::vector< std::vector<MEDFileAnyTypeFieldMultiTS *> > SplitPerCommonSupportNotNodesAlg(const std::vector<MEDFileAnyTypeFieldMultiTS *>& vectFMTS, const MEDFileMesh *mesh, std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFastCellSupportComparator> >& cmps);
974   protected:
975     MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTSWithoutSDA> _content;
976   };
977
978   class MEDFileIntFieldMultiTS;
979
980   /*!
981    * User class.
982    */
983   class MEDFileFieldMultiTS : public MEDFileAnyTypeFieldMultiTS
984   {
985   public:
986     MEDLOADER_EXPORT static MEDFileFieldMultiTS *New();
987     MEDLOADER_EXPORT static MEDFileFieldMultiTS *New(const char *fileName, bool loadAll=true);
988     MEDLOADER_EXPORT static MEDFileFieldMultiTS *New(const char *fileName, const char *fieldName, bool loadAll=true);
989     MEDLOADER_EXPORT static MEDFileFieldMultiTS *New(const MEDFileFieldMultiTSWithoutSDA& other, bool shallowCopyOfContent);
990     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTS *shallowCpy() const;
991     MEDLOADER_EXPORT void checkCoherencyOfType(const MEDFileAnyTypeField1TS *f1ts) const;
992     MEDLOADER_EXPORT MEDFileIntFieldMultiTS *convertToInt(bool deepCpyGlobs=true) const;
993     //
994     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *getTimeStepAtPos(int pos) const;
995     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *getTimeStep(int iteration, int order) const;
996     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *getTimeStepGivenTime(double time, double eps=1e-8) const;
997     //
998     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, int renumPol=0) const;
999     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, int iteration, int order, int renumPol=0) const;
1000     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const;
1001     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, int renumPol=0) const;
1002     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, const char *mname, int iteration, int order, int meshDimRelToMax, int renumPol=0) const;
1003     MEDLOADER_EXPORT DataArrayDouble *getFieldWithProfile(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt *&pfl) const;
1004     //
1005     MEDLOADER_EXPORT void appendFieldNoProfileSBT(const MEDCouplingFieldDouble *field);
1006     MEDLOADER_EXPORT void appendFieldProfile(const MEDCouplingFieldDouble *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile);
1007     MEDLOADER_EXPORT std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(int iteration, int order, const char *mname, std::vector<INTERP_KERNEL::NormalizedCellType>& types, std::vector< std::vector<TypeOfField> >& typesF, std::vector< std::vector<std::string> >& pfls, std::vector< std::vector<std::string> >& locs) const;
1008     MEDLOADER_EXPORT DataArrayDouble *getUndergroundDataArray(int iteration, int order) const;
1009     MEDLOADER_EXPORT DataArrayDouble *getUndergroundDataArrayExt(int iteration, int order, std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > >& entries) const;
1010   private:
1011     const MEDFileFieldMultiTSWithoutSDA *contentNotNull() const;
1012     MEDFileFieldMultiTSWithoutSDA *contentNotNull();
1013   private:
1014     MEDFileFieldMultiTS();
1015     MEDFileFieldMultiTS(const MEDFileFieldMultiTSWithoutSDA& other, bool shallowCopyOfContent);
1016     MEDFileFieldMultiTS(const char *fileName, bool loadAll);
1017     MEDFileFieldMultiTS(const char *fileName, const char *fieldName, bool loadAll);
1018   };
1019
1020   /*!
1021    * User class.
1022    */
1023   class MEDFileIntFieldMultiTS : public MEDFileAnyTypeFieldMultiTS
1024   {
1025   public:
1026     MEDLOADER_EXPORT static MEDFileIntFieldMultiTS *New();
1027     MEDLOADER_EXPORT static MEDFileIntFieldMultiTS *New(const char *fileName, bool loadAll=true);
1028     MEDLOADER_EXPORT static MEDFileIntFieldMultiTS *New(const char *fileName, const char *fieldName, bool loadAll=true);
1029     MEDLOADER_EXPORT static MEDFileIntFieldMultiTS *New(const MEDFileIntFieldMultiTSWithoutSDA& other, bool shallowCopyOfContent);
1030     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTS *shallowCpy() const;
1031     MEDLOADER_EXPORT void checkCoherencyOfType(const MEDFileAnyTypeField1TS *f1ts) const;
1032     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *getTimeStepAtPos(int pos) const;
1033     MEDLOADER_EXPORT MEDFileFieldMultiTS *convertToDouble(bool deepCpyGlobs=true) const;
1034     //
1035     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, DataArrayInt* &arrOut, int renumPol=0) const;
1036     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, int iteration, int order, DataArrayInt* &arrOut, int renumPol=0) const;
1037     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt* &arrOut, int renumPol=0) const;
1038     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, DataArrayInt* &arrOut, int renumPol=0) const;
1039     MEDLOADER_EXPORT MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, int iteration, int order, const char *mname, int meshDimRelToMax, DataArrayInt* &arrOut, int renumPol=0) const;
1040     MEDLOADER_EXPORT DataArrayInt *getFieldWithProfile(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, DataArrayInt *&pfl) const;
1041     //
1042     MEDLOADER_EXPORT void appendFieldNoProfileSBT(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals);
1043     MEDLOADER_EXPORT void appendFieldProfile(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile);
1044     //
1045     MEDLOADER_EXPORT DataArrayInt *getUndergroundDataArray(int iteration, int order) const;
1046   private:
1047     const MEDFileIntFieldMultiTSWithoutSDA *contentNotNull() const;
1048     MEDFileIntFieldMultiTSWithoutSDA *contentNotNull();
1049   private:
1050     MEDFileIntFieldMultiTS();
1051     MEDFileIntFieldMultiTS(const MEDFileIntFieldMultiTSWithoutSDA& other, bool shallowCopyOfContent);
1052     MEDFileIntFieldMultiTS(const char *fileName, bool loadAll);
1053     MEDFileIntFieldMultiTS(const char *fileName, const char *fieldName, bool loadAll);
1054   };
1055
1056   class MEDFileAnyTypeFieldMultiTSIterator
1057   {
1058   public:
1059     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSIterator(MEDFileAnyTypeFieldMultiTS *fmts);
1060     MEDLOADER_EXPORT ~MEDFileAnyTypeFieldMultiTSIterator();
1061     MEDLOADER_EXPORT MEDFileAnyTypeField1TS *nextt();
1062   private:
1063     MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTS> _fmts;
1064      int _iter_id;
1065      int _nb_iter;
1066   };
1067
1068   class MEDFileFieldsIterator;
1069
1070   /*!
1071    * Use class.
1072    */
1073   class MEDFileFields : public RefCountObject, public MEDFileFieldGlobsReal, public MEDFileWritable
1074   {
1075   public:
1076     MEDLOADER_EXPORT static MEDFileFields *New();
1077     MEDLOADER_EXPORT static MEDFileFields *New(const char *fileName, bool loadAll=true);
1078     MEDLOADER_EXPORT std::size_t getHeapMemorySizeWithoutChildren() const;
1079     MEDLOADER_EXPORT std::vector<const BigMemoryObject *> getDirectChildren() const;
1080     MEDLOADER_EXPORT MEDFileFields *deepCpy() const;
1081     MEDLOADER_EXPORT MEDFileFields *shallowCpy() const;
1082     MEDLOADER_EXPORT void write(const char *fileName, int mode) const;
1083     MEDLOADER_EXPORT void writeLL(med_idt fid) const;
1084     MEDLOADER_EXPORT void loadArrays();
1085     MEDLOADER_EXPORT void loadArraysIfNecessary();
1086     MEDLOADER_EXPORT void unloadArrays();
1087     MEDLOADER_EXPORT int getNumberOfFields() const;
1088     MEDLOADER_EXPORT std::vector< std::pair<int,int> > getCommonIterations(bool& areThereSomeForgottenTS) const;
1089     MEDLOADER_EXPORT std::vector<std::string> getFieldsNames() const;
1090     MEDLOADER_EXPORT std::vector<std::string> getMeshesNames() const;
1091     MEDLOADER_EXPORT std::string simpleRepr() const;
1092     MEDLOADER_EXPORT void simpleRepr(int bkOffset, std::ostream& oss) const;
1093     //
1094     MEDLOADER_EXPORT void resize(int newSize);
1095     MEDLOADER_EXPORT void pushField(MEDFileAnyTypeFieldMultiTS *field);
1096     MEDLOADER_EXPORT void pushFields(const std::vector<MEDFileAnyTypeFieldMultiTS *>& fields);
1097     MEDLOADER_EXPORT void setFieldAtPos(int i, MEDFileAnyTypeFieldMultiTS *field);
1098     MEDLOADER_EXPORT int getPosFromFieldName(const char *fieldName) const;
1099     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTS *getFieldAtPos(int i) const;
1100     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTS *getFieldWithName(const char *fieldName) const;
1101     MEDLOADER_EXPORT MEDFileFields *buildSubPart(const int *startIds, const int *endIds) const;
1102     MEDLOADER_EXPORT MEDFileFields *partOfThisLyingOnSpecifiedMeshName(const char *meshName) const;
1103     MEDLOADER_EXPORT MEDFileFields *partOfThisLyingOnSpecifiedTimeSteps(const std::vector< std::pair<int,int> >& timeSteps) const;
1104     MEDLOADER_EXPORT MEDFileFields *partOfThisNotLyingOnSpecifiedTimeSteps(const std::vector< std::pair<int,int> >& timeSteps) const;
1105     MEDLOADER_EXPORT MEDFileFieldsIterator *iterator();
1106     MEDLOADER_EXPORT void destroyFieldAtPos(int i);
1107     MEDLOADER_EXPORT void destroyFieldsAtPos(const int *startIds, const int *endIds);
1108     MEDLOADER_EXPORT void destroyFieldsAtPos2(int bg, int end, int step);
1109     MEDLOADER_EXPORT bool changeMeshNames(const std::vector< std::pair<std::string,std::string> >& modifTab);
1110     MEDLOADER_EXPORT bool renumberEntitiesLyingOnMesh(const char *meshName, const std::vector<int>& oldCode, const std::vector<int>& newCode, const DataArrayInt *renumO2N);
1111   public:
1112     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsed() const;
1113     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsed() const;
1114     MEDLOADER_EXPORT std::vector<std::string> getPflsReallyUsedMulti() const;
1115     MEDLOADER_EXPORT std::vector<std::string> getLocsReallyUsedMulti() const;
1116     MEDLOADER_EXPORT void changePflsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
1117     MEDLOADER_EXPORT void changeLocsRefsNamesGen(const std::vector< std::pair<std::vector<std::string>, std::string > >& mapOfModif);
1118   private:
1119     MEDFileFields();
1120     MEDFileFields(const char *fileName, bool loadAll);
1121   private:
1122     std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTSWithoutSDA> > _fields;
1123   };
1124
1125   class MEDFileFieldsIterator
1126   {
1127   public:
1128     MEDLOADER_EXPORT MEDFileFieldsIterator(MEDFileFields *fs);
1129     MEDLOADER_EXPORT ~MEDFileFieldsIterator();
1130     MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTS *nextt();
1131   private:
1132     MEDCouplingAutoRefCountObjectPtr<MEDFileFields> _fs;
1133      int _iter_id;
1134      int _nb_iter;
1135   };
1136 }
1137
1138 #endif