51 void write(std::fstream &f)
const;
56 std::vector<ezc3d::DataNS::Frame>
_frames;
106 const std::vector<ezc3d::DataNS::Frame>&
frames()
const;
ezc3d::DataNS::Frame & frame_nonConst(size_t idx)
Get the frame of index idx in order to be modified by the caller.
void print() const
Print the data.
const std::vector< ezc3d::DataNS::Frame > & frames() const
Get all the frames from the data set.
Data()
Create a ready to fill Data class.
size_t nbFrames() const
Get the number of frames in the data structure.
Declaration of Frame class.
std::vector< ezc3d::DataNS::Frame > _frames
Storage of the data.
Main class for C3D holder.
Frame holder for C3D data.
const ezc3d::DataNS::Frame & frame(size_t idx) const
Get the frame of index idx.
void write(std::fstream &f) const
Write all the data to an opened file.