#include <Filter.h>
Inheritance diagram for FVR_NS::Filter:
Public Member Functions | |
Filter () | |
Filter (Filter &f) | |
virtual | ~Filter () |
t_data * | getWeights (vuVector &t) |
vuVector * | getGrad (vuVector &t) |
virtual dword | getWidth (void)=0 |
Filter & | operator= (Filter &rhs) |
Protected Attributes | |
t_data * | m_Weights |
vuVector * | m_grads |
dword | m_FilterSize |
|
Definition at line 31 of file FVR/Filter.h. |
|
Definition at line 35 of file FVR/Filter.h. |
|
Definition at line 39 of file FVR/Filter.h. |
|
Definition at line 60 of file FVR/Filter.h. References FILTER_TABLE_SIZE, and m_grads. |
|
Definition at line 52 of file FVR/Filter.h. References FILTER_TABLE_SIZE, m_Weights, and t_data. |
|
Implemented in FVR_NS::TorstensFilters. Referenced by vu1112117::interpolateSlice(), and vu1112117::read(). |
|
Definition at line 47 of file FVR/Filter.h. |
|
Definition at line 28 of file FVR/Filter.h. |
|
Definition at line 27 of file FVR/Filter.h. Referenced by getGrad(). |
|
Definition at line 26 of file FVR/Filter.h. Referenced by getWeights(). |