|
RepastHPC
2.3.1
|
Encapsulates data recording to a single plain text file, separating the recorded values using a specified separator value. More...
#include <SVDataSet.h>
Public Member Functions | |
| void | record () |
| Records data from any added data sources. | |
| void | write () |
| Writes any recorded data to a file. | |
| void | close () |
| Closes the data set. | |
Friends | |
| class | SVDataSetBuilder |
Encapsulates data recording to a single plain text file, separating the recorded values using a specified separator value.
An SVDataSet uses rank 0 to write to a single file from multiple pan-process data sources. A SVDataSet should be built using a SVDataSetBuilder.
1.8.17