FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | Public Attributes | List of all members
FFpRPC3Data Struct Reference

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...
 

Detailed Description

Struct holding some meta data parameters of a RPC3-file.

Member Function Documentation

◆ readDataFromFile()

bool FFpRPC3Data::readDataFromFile ( const std::string &  rpcFile)

Parses some meta data from the specified rpcFile.

Member Data Documentation

◆ averages

int FFpRPC3Data::averages = 0

Number of averages.

◆ framePts

int FFpRPC3Data::framePts = 0

Size of data frame.

◆ groupPts

int FFpRPC3Data::groupPts = 0

Size of data group.

◆ repeats

int FFpRPC3Data::repeats = 0

Number of repeats.


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