c3d-utils
Public Attributes
UuIcsC3d::FileInfo1 Struct Reference

The most important general data of a C3d file. More...

#include <uuc3d.hpp>

List of all members.

Public Attributes

int data_startblock0
 0 based block number of start of data.
int frame_count
 The number of frames.
int points_per_frame
 The number of marker points in each frame.
int analog_channels
 The number of analog channels per frame.
int samples_per_frame
 How many analog samples are taken during each frame.
int frame_size
 The size in bytes of the data of a single frame.
float point_scale
 The scaling factor for converting integer coordinates to floating point.
bool is_integer
 Whether the file contains integer data (or floating point).

Detailed Description

The most important general data of a C3d file.


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