vrpn 07.35
Virtual Reality Peripheral Network
 
Loading...
Searching...
No Matches
vrpn_LowPassFilter< DIMENSION, Scalar > Class Template Reference

#include <vrpn_OneEuroFilter.h>

Public Types

typedef Scalar scalar_type
 
typedef Scalar value_type[DIMENSION]
 
typedef const scalar_typereturn_type
 

Public Member Functions

 vrpn_LowPassFilter ()
 
return_type filter (const value_type x, scalar_type alpha)
 
return_type hatxprev ()
 

Detailed Description

template<int DIMENSION = 3, typename Scalar = vrpn_float64>
class vrpn_LowPassFilter< DIMENSION, Scalar >

Definition at line 35 of file vrpn_OneEuroFilter.h.

Member Typedef Documentation

◆ return_type

template<int DIMENSION = 3, typename Scalar = vrpn_float64>
typedef const scalar_type* vrpn_LowPassFilter< DIMENSION, Scalar >::return_type

Definition at line 39 of file vrpn_OneEuroFilter.h.

◆ scalar_type

template<int DIMENSION = 3, typename Scalar = vrpn_float64>
typedef Scalar vrpn_LowPassFilter< DIMENSION, Scalar >::scalar_type

Definition at line 37 of file vrpn_OneEuroFilter.h.

◆ value_type

template<int DIMENSION = 3, typename Scalar = vrpn_float64>
typedef Scalar vrpn_LowPassFilter< DIMENSION, Scalar >::value_type[DIMENSION]

Definition at line 38 of file vrpn_OneEuroFilter.h.

Constructor & Destructor Documentation

◆ vrpn_LowPassFilter()

template<int DIMENSION = 3, typename Scalar = vrpn_float64>
vrpn_LowPassFilter< DIMENSION, Scalar >::vrpn_LowPassFilter ( )
inline

Definition at line 41 of file vrpn_OneEuroFilter.h.

Member Function Documentation

◆ filter()

template<int DIMENSION = 3, typename Scalar = vrpn_float64>
return_type vrpn_LowPassFilter< DIMENSION, Scalar >::filter ( const value_type x,
scalar_type alpha )
inline

Definition at line 44 of file vrpn_OneEuroFilter.h.

◆ hatxprev()

template<int DIMENSION = 3, typename Scalar = vrpn_float64>
return_type vrpn_LowPassFilter< DIMENSION, Scalar >::hatxprev ( )
inline

Definition at line 59 of file vrpn_OneEuroFilter.h.


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