HoloLens 2 Gait Training
The purpose of this project is to create gait training application.
Loading...
Searching...
No Matches
NoiseController Class Reference

This class initiate appopriate noise objects. More...

Inheritance diagram for NoiseController:
Inheritance graph
Collaboration diagram for NoiseController:
Collaboration graph

Public Member Functions

 NoiseController ()
 Default Constructor More...
 
void ApplyNoise ()
 Calculate the noise according to the user input. Mapped to NoiseDataPanel ApplyPattern button. More...
 
void CancelNoise ()
 Cancel the current noise pattern and reset it with default speed. Mapped to NoiseDataPanel CancelPattern button. More...
 
void SetNewDistribution ()
 Generate a new normal(Gaussian) distribution Mapped to NoiseDataPanel NewDistribution button. More...
 

Properties

BaseNoiseClass BaseNoise [get, set]
 
- Properties inherited from SingletonMonobehaviour< NoiseController >
static T Instance [get]
 

Private Attributes

BaseNoiseClass m_BaseNoise
 

Additional Inherited Members

- Protected Member Functions inherited from SingletonMonobehaviour< NoiseController >
virtual void Awake ()
 

Detailed Description

This class initiate appopriate noise objects.

Definition at line 8 of file NoiseController.cs.

Constructor & Destructor Documentation

◆ NoiseController()

NoiseController.NoiseController ( )
inline

Default Constructor

Definition at line 18 of file NoiseController.cs.

Member Function Documentation

◆ ApplyNoise()

void NoiseController.ApplyNoise ( )
inline

Calculate the noise according to the user input. Mapped to NoiseDataPanel ApplyPattern button.

Definition at line 26 of file NoiseController.cs.

Here is the call graph for this function:

◆ CancelNoise()

void NoiseController.CancelNoise ( )
inline

Cancel the current noise pattern and reset it with default speed. Mapped to NoiseDataPanel CancelPattern button.

Definition at line 35 of file NoiseController.cs.

Here is the call graph for this function:

◆ SetNewDistribution()

void NoiseController.SetNewDistribution ( )
inline

Generate a new normal(Gaussian) distribution Mapped to NoiseDataPanel NewDistribution button.

Definition at line 44 of file NoiseController.cs.

Here is the call graph for this function:

Field Documentation

◆ m_BaseNoise

BaseNoiseClass NoiseController.m_BaseNoise
private

Definition at line 11 of file NoiseController.cs.

Property Documentation

◆ BaseNoise

BaseNoiseClass NoiseController.BaseNoise
getset

Definition at line 13 of file NoiseController.cs.


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