collar Struct Reference

Structure that defines the collar properties. More...

#include <lowerleg_struct.h>

Data Fields

int nb_LINKs
 Number of LINKs in the collar.
string LINK_labels [NB_LINKS_MAX]
 Names of LINKs in the collar.
string shape_left [NB_LINKS_MAX]
 Collar Shape Left.
string shape_right [NB_LINKS_MAX]
 Collar Shape Right.

Detailed Description

Structure that defines the collar properties.


Field Documentation

string collar::LINK_labels[NB_LINKS_MAX]

Names of LINKs in the collar.

This is an array of strings of plate id's that are included in the collar 1. The word "end" signifies the end of collar definition.

Referenced by read_collar(), read_femur(), read_tibia(), and set_LINK_id().

Number of LINKs in the collar.

Referenced by calc_pts_in_collar_base_frame(), read_collar(), read_femur(), read_tibia(), and set_LINK_id().

string collar::shape_left[NB_LINKS_MAX]

Collar Shape Left.

This is an array of strings of plate id's describing the succession of LINKs, starting from the femur crest LINK left direction (anti-clockwise sense).The word "end" signifies the end of collar definition.

Referenced by get_link_number(), read_collar(), and set_LINK_id().

string collar::shape_right[NB_LINKS_MAX]

Collar Shape Right.

This is an array of strings of plate id's describing the succession of LINKs, starting from the femur crest LINK right direction (clockwise sense).The word "end" signifies the end of collar definition.

Referenced by get_link_number(), read_collar(), and set_LINK_id().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines