c3d-utils
Classes | Functions
High level C3d functionality

Classes

struct  UuIcsC3d::DataPoint3d
 A single marker point as found in a C3d file. More...
struct  UuIcsC3d::FrameData
 The data of a single frame. More...
struct  UuIcsC3d::SpacePaddedString
 A string that is padded with spaces (e.g. to fit in a unform length array) More...
class  UuIcsC3d::C3dFileInfo
 Class for storing data from the parameter section of a C3d file. More...
class  UuIcsC3d::C3dFile
 Class for reading frame data of a C3d file. More...

Functions

bool UuIcsC3d::write_with_same_header (std::string const &fn, C3dFileInfo const &fi, std::vector< FrameData > const &data)
 Deprecated function.
bool UuIcsC3d::write (std::string const &fn, C3dFileInfo fi, std::vector< FrameData > const &data, UuIcsC3d::BasicIO const *encoder)

Function Documentation

bool UuIcsC3d::write ( std::string const &  fn,
C3dFileInfo  fi,
std::vector< FrameData > const &  data,
UuIcsC3d::BasicIO const *  encoder 
)

Write a c3dfile

Parameters:
[in]fnis the name of the file that is written
[in]fiis the header information that is to be written
[in]datais the trajectory data
[in]encoderis the encoder that is to be used. Only the Intel encoder is supported at the moment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations