LeviLamina
Loading...
Searching...
No Matches
ExpFilter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
struct
ExpFilter
{
8
public
:
9
// member functions
10
// NOLINTBEGIN
11
MCNAPI
float
Apply
(
float
,
float
);
12
13
MCNAPI
void
Reset
(
float
);
14
// NOLINTEND
15
16
public
:
17
// static variables
18
// NOLINTBEGIN
19
MCNAPI
static
float
const
&
kValueUndefined
();
20
// NOLINTEND
21
};
22
23
}
// namespace rtc
rtc::ExpFilter
Definition
ExpFilter.h:7
rtc::ExpFilter::Apply
MCAPI float Apply(float, float)
rtc::ExpFilter::kValueUndefined
static MCAPI float const & kValueUndefined()
rtc::ExpFilter::Reset
MCAPI void Reset(float)
src
mc
external
rtc
ExpFilter.h
Generated on Fri Jun 13 2025 05:04:38 for LeviLamina by
1.12.0