Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CalculateMethod< T > Class Template Referenceabstract

#include <Utility.h>

Public Types

typedef T & ReferenceType
 
typedef T ValueType
 

Public Member Functions

 CalculateMethod (double FR, int FF)
 
int GetFrameFactor () const
 
int GetFrameFPS () const
 
int tryToCalculate (IN Point *point, OUT ReferenceType variable)
 

Protected Member Functions

virtual int calculate (OUT ReferenceType variable)=0
 

Protected Attributes

double m_FPS
 
int m_FrameFactor
 
Pointm_Points
 

Detailed Description

template<class T>
class CalculateMethod< T >

Definition at line 81 of file Utility.h.

Member Typedef Documentation

◆ ReferenceType

template<class T >
typedef T& CalculateMethod< T >::ReferenceType

Definition at line 85 of file Utility.h.

◆ ValueType

template<class T >
typedef T CalculateMethod< T >::ValueType

Definition at line 84 of file Utility.h.

Constructor & Destructor Documentation

◆ CalculateMethod()

template<class T >
CalculateMethod< T >::CalculateMethod ( double  FR,
int  FF 
)
inline

Definition at line 87 of file Utility.h.

Member Function Documentation

◆ calculate()

template<class T >
virtual int CalculateMethod< T >::calculate ( OUT ReferenceType  variable)
protectedpure virtual

◆ GetFrameFactor()

template<class T >
int CalculateMethod< T >::GetFrameFactor ( ) const
inline

Definition at line 89 of file Utility.h.

◆ GetFrameFPS()

template<class T >
int CalculateMethod< T >::GetFrameFPS ( ) const
inline

Definition at line 90 of file Utility.h.

◆ tryToCalculate()

template<class T >
int CalculateMethod< T >::tryToCalculate ( IN Point point,
OUT ReferenceType  variable 
)
inline

Definition at line 92 of file Utility.h.

Member Data Documentation

◆ m_FPS

template<class T >
double CalculateMethod< T >::m_FPS
protected

Definition at line 110 of file Utility.h.

◆ m_FrameFactor

template<class T >
int CalculateMethod< T >::m_FrameFactor
protected

Definition at line 111 of file Utility.h.

◆ m_Points

template<class T >
Point* CalculateMethod< T >::m_Points
protected

Definition at line 109 of file Utility.h.


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


mocap_nokov
Author(s):
autogenerated on Mon Mar 3 2025 03:08:00