c3d-utils
Public Member Functions
UuIcsC3d::C3dFile Class Reference

Class for reading frame data of a C3d file. More...

#include <uuc3d.hpp>

List of all members.

Public Member Functions

 C3dFile (C3dFileInfo const &fi)
 Constructor.
void get_frame_data (FrameData &data, int frame_no) const
DataPoint3d get_point (int frame_no, int point_no) const

Detailed Description

Class for reading frame data of a C3d file.


Constructor & Destructor Documentation

UuIcsC3d::C3dFile::C3dFile ( C3dFileInfo const &  fi)

Constructor.

Parameters:
[in]fiC3d file information

Member Function Documentation

void UuIcsC3d::C3dFile::get_frame_data ( FrameData data,
int  frame_no 
) const

Get the data of one frame

Parameters:
[out]datawill be filled with the data
[in]frame_nois the number of the frame (0 based) Should be less than the value of frame_count in the corresponding C3dFileInfo object.
DataPoint3d UuIcsC3d::C3dFile::get_point ( int  frame_no,
int  point_no 
) const

Get the data of one point

Parameters:
[in]frame_nois the number of the frame (0 based). Should be less than the value of frame_count in the corresponding C3dFileInfo object.
[in]point_nothe number of the point (0 based). Should be less than the value of points_per_frame in the corresponding C3dFileInfo object.

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