Public Member Functions | Public Attributes | List of all members
PointMatcherSupport::Histogram< T > Struct Template Reference

#include <Histogram.h>

Inheritance diagram for PointMatcherSupport::Histogram< T >:
Inheritance graph
[legend]

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. More...
 
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

◆ Histogram()

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 51 of file Histogram.cpp.

◆ ~Histogram()

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

Definition at line 61 of file Histogram.cpp.

Member Function Documentation

◆ computeStats()

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 110 of file Histogram.cpp.

◆ dumpStats()

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

Definition at line 176 of file Histogram.cpp.

◆ dumpStatsHeader()

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

Definition at line 189 of file Histogram.cpp.

Member Data Documentation

◆ binCount

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

Definition at line 48 of file Histogram.h.

◆ dumpStdErrOnExit

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

Definition at line 51 of file Histogram.h.

◆ filePrefix

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

Definition at line 50 of file Histogram.h.

◆ name

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 Sat May 27 2023 02:38:04