Vector3Stats.hh
Go to the documentation of this file.
Collection of statistics for a scalar signal.
Definition: SignalStats.hh:183
Collection of statistics for a Vector3 signal.
Definition: Vector3Stats.hh:39
void InsertData(const Vector3d &_data)
Add a new sample to the statistical measures.
bool InsertStatistics(const std::string &_names)
Add multiple statistics.
SignalStats & Z()
Get mutable reference to statistics for z component of signal.
const SignalStats & Y() const
Get statistics for y component of signal.
const SignalStats & Mag() const
Get statistics for magnitude component of signal.
Vector3StatsPrivate * dataPtr
Pointer to private data.
Definition: Vector3Stats.hh:106
SignalStats & Y()
Get mutable reference to statistics for y component of signal.
SignalStats & X()
Get mutable reference to statistics for x component of signal.
const SignalStats & Z() const
Get statistics for z component of signal.
SignalStats & Mag()
Get mutable reference to statistics for magnitude of signal.
const SignalStats & X() const
Get statistics for x component of signal.
bool InsertStatistic(const std::string &_name)
Add a new type of statistic.
The Vector3 class represents the generic vector containing 3 elements. Since it's commonly used to ke...
Definition: Vector3.hh:42
Definition: Angle.hh:43