NeoPZ
TPZDruckerPragerTranslator.h
Go to the documentation of this file.
1 /*
2  * File: TPZDruckerPragerTranslator.h
3  * Author: thiago
4  *
5  * Created on 12 de Março de 2018, 15:19
6  */
7 
8 #ifndef TPZDRUCKERPRAGERTRANSLATOR_H
9 #define TPZDRUCKERPRAGERTRANSLATOR_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 
21 private:
22 
23 };
24 
25 #endif /* TPZDRUCKERPRAGERTRANSLATOR_H */
26 
virtual void UpdateAttributes(TPZChunkInTranslation &chunk, const std::map< std::string, uint64_t > &toVersion)