c3d-utils
Public Attributes
UuIcsC3d::Header Struct Reference

#include <uuc3d.hpp>

List of all members.

Public Attributes

int trajectory_count
 The number of trajectories.
int analog_per_frame
int first_frame
 The number of the first frame (1 based)
int last_frame
 The number of the last frame (1 based)
int max_interpolation_gap
 The largest gap that was filled.
float scaling_factor
 The 3d scale factor.
int data_start_block
 The number of the first block of the 3d data.
int analog_samples_per_frame
 The number of analog samples per 3d frame.
float frame_rate
 The frame rate in Hz.
bool has_label_and_range
 Whether label and range data are present.
int label_and_range_block
 The first block of the label and range data.
std::vector< HeaderEventevents
 The header events.

Detailed Description

Represent the first block (512 bytes or 256 16-bit words) of a C3d file. The data in this structure are in close correspondence with the header as found in a C3d file. E.g., indexes start at 1.


Member Data Documentation

The total number of analog data per frame (channels time samples per frame.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations