49 virtual Int64 getOldUniqueId(Int64 uid,Integer index) =0;
52 static const Integer SAVE_IDS = 1;
53 static const Integer SAVE_COORDS = 2;
59 static Hdf5VariableInfoBase* create(IMesh* mesh,
const String& name,
60 const String& family);
62 static Hdf5VariableInfoBase* create(IVariable* variable);
75 const String& hdf_path,Integer save_type);
78 void setCorrespondanceFunctor(ICorrespondanceFunctor* functor)
80 m_correspondance_functor = functor;
85 ICorrespondanceFunctor* m_correspondance_functor;
87 static void _checkValidVariable(IVariable* var);