#include <TorstensFilters.h>
Inheritance diagram for SpecFVRNS::TorstensFilters:
Public Member Functions | |
TorstensFilters () | |
TorstensFilters (TorstensFilters &l) | |
TorstensFilters (int(*filter)(float a, float t, float *coeff), float a=0.0f) | |
virtual | ~TorstensFilters () |
void | SetFilter (int(*filter)(float a, float t, float *coeff), float a=0.0f) |
virtual dword | getWidth (void) |
TorstensFilters & | operator= (TorstensFilters &rhs) |
Protected Member Functions | |
virtual void | MakeWeights (void) |
Private Member Functions | |
void | MakeWeightCube (float *w, float ti, float tj, float tk) |
Private Attributes | |
int(* | m_Filter )(float a, float t, float *coeff) |
dword | m_FilterWidth |
float | m_a |
|
Definition at line 6 of file SpecFVR/TorstensFilters.cpp. |
|
Definition at line 10 of file SpecFVR/TorstensFilters.cpp. |
|
Definition at line 14 of file SpecFVR/TorstensFilters.cpp. References SetFilter(). |
Here is the call graph for this function:
|
Definition at line 19 of file SpecFVR/TorstensFilters.cpp. |
|
Implements SpecFVRNS::Filter. Definition at line 39 of file SpecFVR/TorstensFilters.cpp. References dword. |
|
Definition at line 74 of file SpecFVR/TorstensFilters.cpp. References dword, m_a, and m_Filter. Referenced by MakeWeights(). |
|
Definition at line 44 of file SpecFVR/TorstensFilters.cpp. References dword, FILTER_TABLE_SIZE, and MakeWeightCube(). Referenced by SetFilter(). |
Here is the call graph for this function:
|
Definition at line 23 of file SpecFVR/TorstensFilters.cpp. |
|
Definition at line 28 of file SpecFVR/TorstensFilters.cpp. References dword, m_a, m_Filter, m_FilterWidth, and MakeWeights(). Referenced by TorstensFilters(). |
Here is the call graph for this function:
|
Definition at line 38 of file SpecFVR/TorstensFilters.h. Referenced by MakeWeightCube(), and SetFilter(). |
|
Referenced by MakeWeightCube(), and SetFilter(). |
|
Definition at line 37 of file SpecFVR/TorstensFilters.h. Referenced by SetFilter(). |