Public Types | Public Member Functions | Protected Attributes
jsk_recognition_utils::Counter Class Reference

#include <pcl_util.h>

List of all members.

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_

Detailed Description

Definition at line 123 of file pcl_util.h.


Member Typedef Documentation

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.


Member Function Documentation

void jsk_recognition_utils::Counter::add ( double  v) [virtual]

Definition at line 103 of file pcl_util.cpp.

Definition at line 123 of file pcl_util.cpp.

Definition at line 118 of file pcl_util.cpp.

Definition at line 108 of file pcl_util.cpp.

Definition at line 113 of file pcl_util.cpp.

Definition at line 128 of file pcl_util.cpp.


Member Data Documentation

Definition at line 140 of file pcl_util.h.


The documentation for this class was generated from the following files:


jsk_recognition_utils
Author(s):
autogenerated on Sun Oct 8 2017 02:42:48