33 lines (21 with data), 1.7 kB
#include "LumbarNodes.any"
#include "ThoracicNodes.any"
#include "CervicalNodes.any"
AnyVar BodyMass = 75; ///< This is a body mass that the trunk dataset is based on
AnyVar PelvisWidth = 0.1791738;
AnyVar PelvisDepth = 0.1509133;
AnyVar PelvisHeight = 0.1188;
AnyVar PelvisMass = 0.142*BodyMass; //Pelvis mass proportion according to Winter et al.
AnyVar TrunkHeight = vnorm(C1.C1C0JntNode_pos-L5.L5SacrumJntNode_pos);///< Height computed from the L5SacrumJnt to C1 node
AnyVar TrunkWidth = 0.3881839;///< Shoulder width
AnyVar TrunkDepth= 0.1870;///< Horizontal distance between (midpoint of LTptT8S3Via3NodeL and LTptT8S3Via3NodeR) and (midpoint of RACP_CO6ViaNodeR and RACP_CO6ViaNodeL)
AnyVar TrunkMass = 0.1894*BodyMass; ///< C7-T1 to T12-L1 (modified from 0.216 winter to separate scapula)
AnyVar HeadMass = 0.081*BodyMass; ///<The mass of the body parts from C7-T1 to ear canal
AnyVar HeadHeight = 0.14; ///<The height of the body parts from C7-T1 to ear canal
AnyVar HeadDepth = 0.2299; ///<distance from most anterior point on the forehead to the most posterior point on the back of the head
AnyVar HeadWidth = 0.1800; ///<distance from most lateral point to most medial point on head
AnyVar NeckLength = 0.1390; ///<vertical distance from .SegmentsThorax.ThoraxSeg.T1C7JntNode.sRel to SegmentsCervicalSpine.C1Seg.C1C0JntNode.sRel
AnyVar LumbarMass = 0.139*BodyMass; ///<Standard mass of the lumbar spine part
AnyVar CervicalSpineMass = 0.26*0.081*BodyMass; ///<Standard mass of the cervical part
AnyVar HeadWithoutNeckMass = 0.74*0.081*BodyMass; ///<Standard mass of the head without neck
AnyVar HeadWithoutNeckHeight = 0.14;