17 #ifndef IGNITION_MATH_VECTOR3_STATS_HH_ 18 #define IGNITION_MATH_VECTOR3_STATS_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);
#define IGNITION_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:201
Collection of statistics for a Vector3 signal.
Definition: Vector3Stats.hh:34
Private data class for the Vector3Stats class.
Definition: Vector3StatsPrivate.hh:27
Collection of statistics for a scalar signal.
Definition: SignalStats.hh:171
Definition: AffineException.hh:30
Vector3StatsPrivate * dataPtr
Pointer to private data.
Definition: Vector3Stats.hh:102