#include <fbr.h>
Inheritance diagram for vu1611_4< SIZE, TYPE >:
Public Member Functions | |
vu1611_4 () | |
~vu1611_4 () | |
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 10 of file fbr.h.
|
Definition at line 3 of file fbr.cpp. References vu1611_4< SIZE, TYPE >::m_Map, and vu1611_4< SIZE, TYPE >::m_PlanExists. |
|
Definition at line 9 of file fbr.cpp. References CHECKNDELETE, fftwnd_destroy_plan(), vu1611_4< SIZE, TYPE >::m_Map, vu1611_4< SIZE, TYPE >::m_Plan, and vu1611_4< SIZE, TYPE >::m_PlanExists. |
Here is the call graph for this function:
|
Definition at line 39 of file fbr.cpp. References CHECKNDELETE, fftw2d_create_plan(), FFTW_FORWARD, FFTW_IN_PLACE, FFTW_MEASURE, fftwnd_destroy_plan(), vu1611_4< SIZE, TYPE >::m_Map, vu1611_4< SIZE, TYPE >::m_Plan, and vu1611_4< SIZE, TYPE >::m_PlanExists. Referenced by vu1611_4< SIZE, TYPE >::read(). |
Here is the call graph for this function:
|
set the default filter ("BestMatch")
Reimplemented from vu1611_2< SIZE, TYPE >. Definition at line 32 of file fbr.cpp. References vu1611_4< SIZE, TYPE >::_initPlanAndMap(), and vu1611_2< SIZE, TYPE >::read(). |
Here is the call graph for this function:
|
Renders the current view, depending on the camera.
Reimplemented from vu1611_2< SIZE, TYPE >. Definition at line 19 of file fbr.cpp. References fftwnd_one(), vu1611_4< SIZE, TYPE >::m_Map, vu1611_4< 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 29 of file fbr.h. Referenced by vu1611_4< SIZE, TYPE >::_initPlanAndMap(), vu1611_4< SIZE, TYPE >::render(), vu1611_4< SIZE, TYPE >::vu1611_4(), and vu1611_4< SIZE, TYPE >::~vu1611_4(). |
|
Definition at line 30 of file fbr.h. Referenced by vu1611_4< SIZE, TYPE >::_initPlanAndMap(), vu1611_4< SIZE, TYPE >::render(), and vu1611_4< SIZE, TYPE >::~vu1611_4(). |
|
Definition at line 31 of file fbr.h. Referenced by vu1611_4< SIZE, TYPE >::_initPlanAndMap(), vu1611_4< SIZE, TYPE >::vu1611_4(), and vu1611_4< SIZE, TYPE >::~vu1611_4(). |