![]() |
.Simulation
|
Stores the data from a save point data set. More...
#include <DataSavepoint.h>
Public Member Functions | |
DataSavepoint () | |
Constructor. | |
DataSavepoint (const string &fileName) | |
Init-Constructor. | |
virtual void | Read (const string &fileName) |
Read and stores data from a save point file. | |
vector< ParticleData > & | GetData () |
Returns the list of particle data. | |
ParticleData | GetMax () const |
Returns particle points that contain the overall maximum values of the data set. | |
ParticleData | GetMin () const |
Returns particle points that contain the overall minimum values of the data set. | |
![]() | |
DataFile (const string &fileName="") | |
Constructor. More... | |
string | GetFileName () const |
Returns the name of the file the data was read from. | |
EFileType | GetType () const |
Returns the type of data stored. | |
bool | GetDataStored () const |
Returns whether or not data has been stored. | |
Additional Inherited Members | |
![]() | |
enum | EFileType { RPK, Snapshot, Savepoint, CollisionEnergy } |
Lists the type of data the files are storing. More... | |
![]() | |
static const char * | Delimiters = " ,\n" |
List of delimiters that are used in files. | |
![]() | |
string | FileName_ |
Name of the file that the data is read from. | |
EFileType | Type_ |
Indicates the type of data stored. | |
bool | DataStored_ |
Flag indicating if data has been stored. | |
Stores the data from a save point data set.