![]() |
.Simulation
|
Stores a set of RPK data points. More...
#include <DataRPK.h>
Public Member Functions | |
| DataRPK () | |
| Constructor. | |
| DataRPK (const string &fileName) | |
| Init-Constructor. | |
| virtual void | Read (const string &fileName) |
| Reads and stores data from an RPK file. | |
| vector< RpkDataPoint > & | GetData () |
| Returns the list of RPK data. | |
| RpkDataPoint | GetMax () const |
| Returns RPK points containing members with the maximum values of the data points. | |
| RpkDataPoint | GetMin () const |
| Returns RPK points containing members with the minimum values of the data points. | |
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. | |
Stores a set of RPK data points.
1.8.5