NeoPZ
TPZMaterialTranslator.h
Go to the documentation of this file.
1 /*
2  * File: TPZMaterialTranslator.h
3  * Author: thiago
4  *
5  * Created on 12 de Março de 2018, 18:51
6  */
7 
8 #ifndef TPZMATERIALTRANSLATOR_H
9 #define TPZMATERIALTRANSLATOR_H
10 
11 #include "TPZChunkTranslator.h"
12 
14 public:
17 
18  virtual void UpdateAttributes(TPZChunkInTranslation& chunk, const std::map<std::string, uint64_t>& toVersion);
19 
20  virtual ~TPZMaterialTranslator();
21 private:
22 
23 };
24 
25 #endif /* TPZMATERIALTRANSLATOR_H */
26 
virtual void UpdateAttributes(TPZChunkInTranslation &chunk, const std::map< std::string, uint64_t > &toVersion)