MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
math::Accum< unsigned char > Class Reference

#include <accum.h>

Public Member Functions

 Accum (unsigned char const &init)
 
 Accum (void)
 
void add (unsigned char const &value, float weight)
 
unsigned char normalized (float weight) const
 
unsigned char normalized (void) const
 
void sub (unsigned char const &value, float weight)
 

Public Attributes

float v
 
float w
 

Detailed Description

Definition at line 117 of file accum.h.

Constructor & Destructor Documentation

◆ Accum() [1/2]

math::Accum< unsigned char >::Accum ( void  )

◆ Accum() [2/2]

math::Accum< unsigned char >::Accum ( unsigned char const &  init)

Member Function Documentation

◆ add()

void math::Accum< unsigned char >::add ( unsigned char const &  value,
float  weight 
)

◆ normalized() [1/2]

unsigned char math::Accum< unsigned char >::normalized ( float  weight) const

◆ normalized() [2/2]

unsigned char math::Accum< unsigned char >::normalized ( void  ) const

◆ sub()

void math::Accum< unsigned char >::sub ( unsigned char const &  value,
float  weight 
)

Member Data Documentation

◆ v

float math::Accum< unsigned char >::v

Definition at line 120 of file accum.h.

◆ w

float math::Accum< unsigned char >::w

Definition at line 121 of file accum.h.


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