#include <pcl_util.h>
Public Types | |
typedef boost::accumulators::accumulator_set < double, boost::accumulators::stats < boost::accumulators::tag::count, boost::accumulators::tag::mean, boost::accumulators::tag::min, boost::accumulators::tag::max, boost::accumulators::tag::variance > > | Accumulator |
Public Member Functions | |
virtual void | add (double v) |
virtual int | count () |
virtual double | max () |
virtual double | mean () |
virtual double | min () |
virtual double | variance () |
Protected Attributes | |
Accumulator | acc_ |
Definition at line 123 of file pcl_util.h.
typedef boost::accumulators::accumulator_set< double, boost::accumulators::stats<boost::accumulators::tag::count, boost::accumulators::tag::mean, boost::accumulators::tag::min, boost::accumulators::tag::max, boost::accumulators::tag::variance> > jsk_recognition_utils::Counter::Accumulator |
Definition at line 132 of file pcl_util.h.
void jsk_recognition_utils::Counter::add | ( | double | v | ) | [virtual] |
Definition at line 103 of file pcl_util.cpp.
int jsk_recognition_utils::Counter::count | ( | ) | [virtual] |
Definition at line 123 of file pcl_util.cpp.
double jsk_recognition_utils::Counter::max | ( | ) | [virtual] |
Definition at line 118 of file pcl_util.cpp.
double jsk_recognition_utils::Counter::mean | ( | ) | [virtual] |
Definition at line 108 of file pcl_util.cpp.
double jsk_recognition_utils::Counter::min | ( | ) | [virtual] |
Definition at line 113 of file pcl_util.cpp.
double jsk_recognition_utils::Counter::variance | ( | ) | [virtual] |
Definition at line 128 of file pcl_util.cpp.
Accumulator jsk_recognition_utils::Counter::acc_ [protected] |
Definition at line 140 of file pcl_util.h.