#include <Filter.h>
Inheritance diagram for SpecFVRNS::Filter:
Public Member Functions | |
Filter () | |
Filter (Filter &f) | |
virtual | ~Filter () |
float * | getWeights (vuVector &t) |
virtual dword | getWidth (void)=0 |
Filter & | operator= (Filter &rhs) |
Protected Attributes | |
float * | m_Weights |
dword | m_FilterSize |
|
Definition at line 30 of file SpecFVR/Filter.h. |
|
Definition at line 34 of file SpecFVR/Filter.h. |
|
Definition at line 38 of file SpecFVR/Filter.h. References m_Weights. |
|
Definition at line 51 of file SpecFVR/Filter.h. References FILTER_TABLE_SIZE, and m_Weights. |
|
Implemented in SpecFVRNS::TorstensFilters. Referenced by Volume::convert(), and Volume::interpolateSlice(). |
|
Definition at line 46 of file SpecFVR/Filter.h. |
|
Definition at line 27 of file SpecFVR/Filter.h. |
|
Definition at line 26 of file SpecFVR/Filter.h. Referenced by getWeights(), and ~Filter(). |