|
libMesh
|
This class de-serializes an RBEvaluation object using the Cap'n Proto library. More...
#include <rb_data_deserialization.h>
Public Member Functions | |
| RBEvaluationDeserialization (RBEvaluation &rb_eval) | |
| Initialize a new buffer using the structure from the Cap'n'Proto schema described in rb_data.capnp. More... | |
| virtual | ~RBEvaluationDeserialization () |
| Destructor. More... | |
| void | read_from_file (const std::string &path, bool read_error_bound_data) |
| Write the Cap'n'Proto buffer to disk. More... | |
Private Attributes | |
| RBEvaluation & | _rb_eval |
| The RBEvaluation object that we will read into. More... | |
This class de-serializes an RBEvaluation object using the Cap'n Proto library.
Deserializes RBEvaluation objects using Cap'n Proto.
Definition at line 60 of file rb_data_deserialization.h.
| libMesh::RBDataDeserialization::RBEvaluationDeserialization::RBEvaluationDeserialization | ( | RBEvaluation & | rb_eval | ) |
Initialize a new buffer using the structure from the Cap'n'Proto schema described in rb_data.capnp.
Definition at line 70 of file rb_data_deserialization.C.
|
virtual |
| void libMesh::RBDataDeserialization::RBEvaluationDeserialization::read_from_file | ( | const std::string & | path, |
| bool | read_error_bound_data | ||
| ) |
Write the Cap'n'Proto buffer to disk.
Definition at line 78 of file rb_data_deserialization.C.
References _rb_eval, and libMesh::RBDataDeserialization::load_rb_evaluation_data().
Referenced by main().
|
private |
The RBEvaluation object that we will read into.
Definition at line 85 of file rb_data_deserialization.h.
Referenced by read_from_file().
1.8.16