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 155 of file pcl_util.h.

Member Typedef Documentation

◆ Accumulator

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 164 of file pcl_util.h.

Member Function Documentation

◆ add()

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

Definition at line 135 of file pcl_util.cpp.

◆ count()

int jsk_recognition_utils::Counter::count ( )
virtual

Definition at line 155 of file pcl_util.cpp.

◆ max()

double jsk_recognition_utils::Counter::max ( )
virtual

Definition at line 150 of file pcl_util.cpp.

◆ mean()

double jsk_recognition_utils::Counter::mean ( )
virtual

Definition at line 140 of file pcl_util.cpp.

◆ min()

double jsk_recognition_utils::Counter::min ( )
virtual

Definition at line 145 of file pcl_util.cpp.

◆ variance()

double jsk_recognition_utils::Counter::variance ( )
virtual

Definition at line 160 of file pcl_util.cpp.

Member Data Documentation

◆ acc_

Accumulator jsk_recognition_utils::Counter::acc_
protected

Definition at line 172 of file pcl_util.h.


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


jsk_recognition_utils
Author(s):
autogenerated on Tue Jan 7 2025 04:04:52