17 #ifndef IGNITION_MATH_VECTOR3STATS_HH_ 18 #define IGNITION_MATH_VECTOR3STATS_HH_ 24 #include <ignition/math/config.hh> 30 inline namespace IGNITION_MATH_VERSION_NAMESPACE
33 class Vector3StatsPrivate;
47 public:
void InsertData(
const Vector3d &_data);
58 public:
bool InsertStatistic(
const std::string &_name);
67 public:
bool InsertStatistics(
const std::string &_names);
Collection of statistics for a scalar signal.
Definition: SignalStats.hh:188
Vector3StatsPrivate * dataPtr
Pointer to private data.
Definition: Vector3Stats.hh:105
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:39
Collection of statistics for a Vector3 signal.
Definition: Vector3Stats.hh:37