41 void write(std::fstream &f)
const;
46 std::vector<ezc3d::DataNS::AnalogsNS::SubFrame>
_subframe;
101 const std::vector<ezc3d::DataNS::AnalogsNS::SubFrame>&
subframes()
const;
Analog holder for C3D analogous data.
const std::vector< ezc3d::DataNS::AnalogsNS::SubFrame > & subframes() const
Get all the subframes from the analogous data set.
bool isempty() const
Return if the analogs are empty.
Declaration of Subframe class.
void write(std::fstream &f) const
Write the subframes to an opened file.
std::vector< ezc3d::DataNS::AnalogsNS::SubFrame > _subframe
Holder for the subframes.
ezc3d::DataNS::AnalogsNS::SubFrame & subframe_nonConst(size_t idx)
Get a particular subframe of index idx from the analogous data set in order to be modified by the cal...
void print() const
Print the subframes.
Subframe for the analogous data.
const ezc3d::DataNS::AnalogsNS::SubFrame & subframe(size_t idx) const
Get a particular subframe of index idx from the analogous data set.
Analogs()
Create an empty holder for the analogous data.
size_t nbSubframes() const
Get the number of subframes.