NeoPZ
TPZNullMaterialTranslator.h
Go to the documentation of this file.
1 //
2 // TPZNullMaterialTranslator.h
3 // pz
4 //
5 // Created by Omar DurĂ¡n on 9/26/19.
6 //
7 
8 #ifndef TPZNullMaterialTranslator_h
9 #define TPZNullMaterialTranslator_h
10 
11 #include <stdio.h>
12 #include "TPZMaterialTranslator.h"
13 #include "TPZChunkTranslator.h"
14 
16 
17 public:
18 
20 
22 
23  virtual void UpdateAttributes(TPZChunkInTranslation & chunk, const std::map<std::string, uint64_t> & toVersion);
24 
26 
27 private:
28 
30 
31 };
32 
33 #endif /* TPZNullMaterialTranslator_h */
TPZMaterialTranslator parentTranslator
virtual void UpdateAttributes(TPZChunkInTranslation &chunk, const std::map< std::string, uint64_t > &toVersion)