#include <vuTorstensFourierFilter.h>
Inheritance diagram for vuTorstensFourierFilter:
Public Member Functions | |
vuTorstensFourierFilter () | |
vuTorstensFourierFilter (vuTorstensFourierFilter &l) | |
vuTorstensFourierFilter (int(*filter)(float a, float t, float *coeff), float a=0.0f) | |
vuTorstensFourierFilter (int(*filter)(float a, float t, float *coeff), const vuString &filterName, float a=0.0f) | |
virtual | ~vuTorstensFourierFilter () |
void | SetFilter (int(*filter)(float a, float t, float *coeff), float a=0.0f) |
virtual dword | getWidth (void) |
vuTorstensFourierFilter & | operator= (vuTorstensFourierFilter &rhs) |
Static Public Member Functions | |
void | getFilterNames (vuString *&filterNames, dword &numOfNames) |
vuTorstensFourierFilter * | getFilter (const vuString &filterName) |
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 3 of file vuTorstensFourierFilter.cpp. Referenced by getFilter(). |
|
Definition at line 7 of file vuTorstensFourierFilter.cpp. |
|
Definition at line 11 of file vuTorstensFourierFilter.cpp. References SetFilter(). |
Here is the call graph for this function:
|
Definition at line 16 of file vuTorstensFourierFilter.cpp. References SetFilter(). |
Here is the call graph for this function:
|
Definition at line 22 of file vuTorstensFourierFilter.cpp. |
|
Here is the call graph for this function:
|
Definition at line 92 of file vuTorstensFourierFilter.cpp. References dword. Referenced by vuStandardFVR< SIZE >::addBottom(), and vuSimpleFBR< SIZE, TYPE >::addRight(). |
|
Implements vuFourierFilter. Definition at line 42 of file vuTorstensFourierFilter.cpp. References dword. |
|
Definition at line 77 of file vuTorstensFourierFilter.cpp. References dword, m_a, and m_Filter. Referenced by MakeWeights(). |
|
Definition at line 47 of file vuTorstensFourierFilter.cpp. References dword, MakeWeightCube(), and VU_FVR_FILTER_TABLE_SIZE. Referenced by SetFilter(). |
Here is the call graph for this function:
|
Definition at line 26 of file vuTorstensFourierFilter.cpp. |
|
Definition at line 31 of file vuTorstensFourierFilter.cpp. References dword, m_a, m_Filter, m_FilterWidth, and MakeWeights(). Referenced by vuTorstensFourierFilter(). |
Here is the call graph for this function:
|
Definition at line 41 of file vuTorstensFourierFilter.h. Referenced by MakeWeightCube(), and SetFilter(). |
|
Referenced by MakeWeightCube(), and SetFilter(). |
|
Definition at line 40 of file vuTorstensFourierFilter.h. Referenced by SetFilter(). |