.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
DataReader::DataSavepoint Class Reference

Stores the data from a save point data set. More...

#include <DataSavepoint.h>

Inheritance diagram for DataReader::DataSavepoint:
DataReader::DataFile

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.
 
- Public Member Functions inherited from DataReader::DataFile
 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

- Public Types inherited from DataReader::DataFile
enum  EFileType { RPK, Snapshot, Savepoint, CollisionEnergy }
 Lists the type of data the files are storing. More...
 
- Static Public Attributes inherited from DataReader::DataFile
static const char * Delimiters = " ,\n"
 List of delimiters that are used in files.
 
- Protected Attributes inherited from DataReader::DataFile
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.
 

Detailed Description

Stores the data from a save point data set.


The documentation for this class was generated from the following files: