#include <fourierBrowser.h>
Inheritance diagram for vu1611_3< SIZE, TYPE >:
Public Member Functions | |
vu1611_3 () | |
~vu1611_3 () | |
virtual void | render () |
Renders the current view, depending on the camera. | |
virtual bool | read (void) |
set the default filter ("BestMatch") | |
Protected Member Functions | |
void | _initPlanAndMap () |
Protected Attributes | |
vuFixelMap< SIZE, TYPE > * | m_Map |
this holds the forward plan needed by fttw | |
fftwnd_plan | m_Plan |
bool | m_PlanExists |
Definition at line 13 of file fourierBrowser.h.
|
Definition at line 3 of file fourierBrowser.cpp. References vu1611_3< SIZE, TYPE >::m_Map, and vu1611_3< SIZE, TYPE >::m_PlanExists. |
|
Definition at line 9 of file fourierBrowser.cpp. References CHECKNDELETE, fftwnd_destroy_plan(), vu1611_3< SIZE, TYPE >::m_Map, vu1611_3< SIZE, TYPE >::m_Plan, and vu1611_3< SIZE, TYPE >::m_PlanExists. |
Here is the call graph for this function:
|
Definition at line 39 of file fourierBrowser.cpp. References CHECKNDELETE, fftw2d_create_plan(), FFTW_FORWARD, FFTW_IN_PLACE, FFTW_MEASURE, fftwnd_destroy_plan(), vu1611_3< SIZE, TYPE >::m_Map, vu1611_3< SIZE, TYPE >::m_Plan, and vu1611_3< SIZE, TYPE >::m_PlanExists. Referenced by vu1611_3< SIZE, TYPE >::read(). |
Here is the call graph for this function:
|
set the default filter ("BestMatch")
Reimplemented from vu1611< SIZE, TYPE >. Definition at line 32 of file fourierBrowser.cpp. References vu1611_3< SIZE, TYPE >::_initPlanAndMap(), and vu1611< SIZE, TYPE >::read(). |
Here is the call graph for this function:
|
Renders the current view, depending on the camera.
Reimplemented from vu1611_1< SIZE, TYPE >. Definition at line 19 of file fourierBrowser.cpp. References fftwnd_one(), vu1611_1< SIZE, TYPE >::getCurrentView(), vu1611_3< SIZE, TYPE >::m_Map, vu1611_3< SIZE, TYPE >::m_Plan, and NULL. |
Here is the call graph for this function:
|
this holds the forward plan needed by fttw
Definition at line 32 of file fourierBrowser.h. Referenced by vu1611_3< SIZE, TYPE >::_initPlanAndMap(), vu1611_3< SIZE, TYPE >::render(), vu1611_3< SIZE, TYPE >::vu1611_3(), and vu1611_3< SIZE, TYPE >::~vu1611_3(). |
|
Definition at line 33 of file fourierBrowser.h. Referenced by vu1611_3< SIZE, TYPE >::_initPlanAndMap(), vu1611_3< SIZE, TYPE >::render(), and vu1611_3< SIZE, TYPE >::~vu1611_3(). |
|
Definition at line 34 of file fourierBrowser.h. Referenced by vu1611_3< SIZE, TYPE >::_initPlanAndMap(), vu1611_3< SIZE, TYPE >::vu1611_3(), and vu1611_3< SIZE, TYPE >::~vu1611_3(). |