gz/math/Vector3Stats.hh
Definition: gz/math/AdditivelySeparableScalarField3.hh:27
STL class.
const SignalStats & Z() const
Get statistics for z component of signal.
bool InsertStatistics(const std::string &_names)
Add multiple statistics.
void InsertData(const Vector3d &_data)
Add a new sample to the statistical measures.
The Vector3 class represents the generic vector containing 3 elements. Since it's commonly used to ke...
Definition: gz/math/Vector3.hh:41
Collection of statistics for a scalar signal.
Definition: gz/math/SignalStats.hh:182
const SignalStats & Mag() const
Get statistics for magnitude component of signal.
bool InsertStatistic(const std::string &_name)
Add a new type of statistic.
const SignalStats & X() const
Get statistics for x component of signal.
Vector3StatsPrivate * dataPtr
Pointer to private data.
Definition: gz/math/Vector3Stats.hh:106
Collection of statistics for a Vector3 signal.
Definition: gz/math/Vector3Stats.hh:38
const SignalStats & Y() const
Get statistics for y component of signal.