|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Struct holding some meta data parameters of a RPC3-file. More...
#include <FFpBatchExport.H>
Public Member Functions | |
| bool | readDataFromFile (const std::string &rpcFile) |
| Parses some meta data from the specified rpcFile. More... | |
Public Attributes | |
| int | repeats = 0 |
| Number of repeats. More... | |
| int | averages = 0 |
| Number of averages. More... | |
| int | framePts = 0 |
| Size of data frame. More... | |
| int | groupPts = 0 |
| Size of data group. More... | |
Struct holding some meta data parameters of a RPC3-file.
| bool FFpRPC3Data::readDataFromFile | ( | const std::string & | rpcFile | ) |
Parses some meta data from the specified rpcFile.
| int FFpRPC3Data::averages = 0 |
Number of averages.
| int FFpRPC3Data::framePts = 0 |
Size of data frame.
| int FFpRPC3Data::groupPts = 0 |
Size of data group.
| int FFpRPC3Data::repeats = 0 |
Number of repeats.