MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
math::algo::IncrementGenerator< T > Struct Template Reference

#include <algo.h>

Public Member Functions

 IncrementGenerator (T const &init=T(0))
 
operator() (void)
 

Public Attributes

state
 

Detailed Description

template<typename T>
struct math::algo::IncrementGenerator< T >

Definition at line 104 of file algo.h.

Constructor & Destructor Documentation

◆ IncrementGenerator()

template<typename T >
math::algo::IncrementGenerator< T >::IncrementGenerator ( T const &  init = T(0))
inline

Definition at line 108 of file algo.h.

Member Function Documentation

◆ operator()()

template<typename T >
T math::algo::IncrementGenerator< T >::operator() ( void  )
inline

Definition at line 111 of file algo.h.

Member Data Documentation

◆ state

template<typename T >
T math::algo::IncrementGenerator< T >::state

Definition at line 106 of file algo.h.


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