Public Member Functions | Public Attributes
PointMatcherSupport::Histogram< T > Struct Template Reference

#include <Histogram.h>

List of all members.

Public Member Functions

std::vector< uint64_t > computeStats (T &meanV, T &varV, T &medianV, T &lowQt, T &highQt, T &minV, T &maxV, uint64_t &maxBinC)
 This function compute statistics and writes them into the variables passed as reference.
void dumpStats (std::ostream &os)
void dumpStatsHeader (std::ostream &os) const
 Histogram (const size_t binCount, const std::string &name, const std::string &filePrefix, const bool dumpStdErrOnExit)
virtual ~Histogram ()

Public Attributes

const size_t binCount
const bool dumpStdErrOnExit
const std::string filePrefix
const std::string name

Detailed Description

template<typename T>
struct PointMatcherSupport::Histogram< T >

Definition at line 46 of file Histogram.h.


Constructor & Destructor Documentation

template<typename T >
PointMatcherSupport::Histogram< T >::Histogram ( const size_t  binCount,
const std::string &  name,
const std::string &  filePrefix,
const bool  dumpStdErrOnExit 
)

Definition at line 50 of file Histogram.cpp.

template<typename T >
PointMatcherSupport::Histogram< T >::~Histogram ( ) [virtual]

Definition at line 60 of file Histogram.cpp.


Member Function Documentation

template<typename T >
vector< uint64_t > PointMatcherSupport::Histogram< T >::computeStats ( T &  meanV,
T &  varV,
T &  medianV,
T &  lowQt,
T &  highQt,
T &  minV,
T &  maxV,
uint64_t &  maxBinC 
)

This function compute statistics and writes them into the variables passed as reference.

Definition at line 109 of file Histogram.cpp.

template<typename T >
void PointMatcherSupport::Histogram< T >::dumpStats ( std::ostream &  os)

Definition at line 174 of file Histogram.cpp.

template<typename T >
void PointMatcherSupport::Histogram< T >::dumpStatsHeader ( std::ostream &  os) const

Definition at line 187 of file Histogram.cpp.


Member Data Documentation

template<typename T >
const size_t PointMatcherSupport::Histogram< T >::binCount

Definition at line 48 of file Histogram.h.

template<typename T >
const bool PointMatcherSupport::Histogram< T >::dumpStdErrOnExit

Definition at line 51 of file Histogram.h.

template<typename T >
const std::string PointMatcherSupport::Histogram< T >::filePrefix

Definition at line 50 of file Histogram.h.

template<typename T >
const std::string PointMatcherSupport::Histogram< T >::name

Definition at line 49 of file Histogram.h.


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


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:34