65 #ifndef DatastoreRecorder_h 66 #define DatastoreRecorder_h 68 #include <utility/recorder/Recorder.h> 87 int record(
int commitTag,
double timeStamp);
Objects of this class are used in the program to store/restore the geometry and state information in ...
Definition: FE_Datastore.h:81
An Recorder object is used in the program to store/restore information at each commit().
Definition: Recorder.h:86
int restart(void)
Do nothing.
Definition: DatastoreRecorder.cpp:91
int playback(int commitTag)
brief Return the result of invoking {restoreState(commitTag)} on {theDatastore} object.
Definition: DatastoreRecorder.cpp:87
// A DatastoreRecorder object is used in the program to invoke commitState() on an FE_datastore objec...
Definition: DatastoreRecorder.h:79
int record(int commitTag, double timeStamp)
Return the result of invoking {commitState(commitTag)} on {theDatastore} object.
Definition: DatastoreRecorder.cpp:81
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
DatastoreRecorder(void)
Default constructor.
Definition: DatastoreRecorder.cpp:69