Rigid Body Dynamics Library
SubjectInformation Struct Reference

#include <Millard2016TorqueMuscle.h>

Data Fields

GenderSet::item gender
 
AgeGroupSet::item ageGroup
 
double heightInMeters
 
double massInKg
 

Detailed Description

This is a struct that contains subject-specific information that does not change for a given subject.

Parameters
genderMale/Female. Selecting a gender that is not present in a data set will result in the program aborting and an error message being printed to the terminal.
ageGroupPresently the age group options include Young (18-25), middle aged (55-65), and senior (>65). Selecting an age group that is not present in a data set will result in the program aborting and an error message being printed to the terminal.
mSubjectHeightInMetersThis parameter is used to scale from the normalized curves reported by Anderson et al. See the class description for details.
mSubjectMassInKgThis parameter is used to scale from the normalized curves reported by Anderson et al. See the class description for details.

Definition at line 244 of file Millard2016TorqueMuscle.h.

Field Documentation

◆ ageGroup

Definition at line 246 of file Millard2016TorqueMuscle.h.

◆ gender

Definition at line 245 of file Millard2016TorqueMuscle.h.

◆ heightInMeters

double heightInMeters

Definition at line 247 of file Millard2016TorqueMuscle.h.

◆ massInKg

double massInKg

Definition at line 248 of file Millard2016TorqueMuscle.h.


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