Public Types | Public Member Functions | Protected Attributes | List of all members
jsk_recognition_utils::Counter Class Reference

#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_
 

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.

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.

Member Data Documentation

Accumulator jsk_recognition_utils::Counter::acc_
protected

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 Mon May 3 2021 03:03:03