#include <tbox/Statistician.h>
◆ StatisticRestartDatabase()
| SAMRAI::tbox::StatisticRestartDatabase::StatisticRestartDatabase |
( |
const std::string & |
object_name, |
|
|
bool |
register_for_restart, |
|
|
bool |
read_from_restart |
|
) |
| |
◆ ~StatisticRestartDatabase()
| virtual SAMRAI::tbox::StatisticRestartDatabase::~StatisticRestartDatabase |
( |
| ) |
|
|
virtual |
◆ putToDatabase()
| void SAMRAI::tbox::StatisticRestartDatabase::putToDatabase |
( |
Pointer< Database > |
db | ) |
|
|
virtual |
This method serializes the object by writing data to the specified database.
NOTE: The asymetry (not having a "getFromDatabase") is from the historical method for doing SAMRAI restart. The constructor for a Serializable class should get the database to restore state from by making a getRootDatabase call to the RestartManager.
Implements SAMRAI::tbox::Serializable.
◆ getFromRestart()
| void SAMRAI::tbox::StatisticRestartDatabase::getFromRestart |
( |
| ) |
|
◆ Statistician
◆ d_object_name
| std::string SAMRAI::tbox::StatisticRestartDatabase::d_object_name |
|
private |
◆ d_registered_for_restart
| bool SAMRAI::tbox::StatisticRestartDatabase::d_registered_for_restart |
|
private |
The documentation for this class was generated from the following file: