NeoPZ
TPZElasticResponseTranslator.h
Go to the documentation of this file.
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 
7 /*
8  * File: TPZElasticResponseTranslator.h
9  * Author: thiago
10  *
11  * Created on 12 de Março de 2018, 15:26
12  */
13 
14 #ifndef TPZELASTICRESPONSETRANSLATOR_H
15 #define TPZELASTICRESPONSETRANSLATOR_H
16 
17 #include "TPZChunkTranslator.h"
18 
20 public:
23 
24  virtual void UpdateAttributes(TPZChunkInTranslation& chunk, const std::map<std::string, uint64_t>& toVersion);
25 
27 private:
28 
29 };
30 
31 #endif /* TPZELASTICRESPONSETRANSLATOR_H */
32 
virtual void UpdateAttributes(TPZChunkInTranslation &chunk, const std::map< std::string, uint64_t > &toVersion)