17 #ifndef IGNITION_MATH_VECTOR3STATS_HH_ 18 #define IGNITION_MATH_VECTOR3STATS_HH_ 30 class Vector3StatsPrivate;
44 public:
void InsertData(
const Vector3d &_data);
55 public:
bool InsertStatistic(
const std::string &_name);
64 public:
bool InsertStatistics(
const std::string &_names);
Collection of statistics for a Vector3 signal.
Definition: Vector3Stats.hh:34
Private data class for the Vector3Stats class.
Definition: Vector3StatsPrivate.hh:27
#define IGNITION_VISIBLE
Use to represent "symbol visible" if supported.
Definition: System.hh:59
Collection of statistics for a scalar signal.
Definition: SignalStats.hh:185
Vector3StatsPrivate * dataPtr
Pointer to private data.
Definition: Vector3Stats.hh:102