#include <FourierSlicer.h>
Inheritance diagram for FourierSlicer< SIZE >:
Public Member Functions | |
FourierSlicer (vuString fileName, dword numOfviews, float scale, float bias, vuString filterName, vuString timingFileName) | |
virtual | ~FourierSlicer () |
void | lazyCalculateAndDisplay (const char *fileName) |
void | lazyCalculateAndLog (const char *fileName) |
dword | getImageWidth () |
dword | getImageHeight () |
Private Member Functions | |
void | _initTransferFunction () |
void | _renderView (dword i, vuSphericView< SIZE, byte > *view, bool verbose=true) |
word | _numberOfDigits (word number) |
void | _lazyCalculate (const char *fileName, bool display) |
Private Attributes | |
vuUDSphere * | m_Sphere |
vu1712_1< SIZE > * | m_Fourier |
vuTFDesign | m_TransFunct |
bool | m_isComputed |
dword | m_Width |
dword | m_Height |
dword | m_NumOfViews |
dword | m_ExternalWidth |
dword | m_ExternalHeight |
ostream * | m_TimingStream |
|
Here is the call graph for this function:
|
Definition at line 94 of file FourierSlicer.cpp. References CHECKNDELETE, FourierSlicer< SIZE >::m_Fourier, FourierSlicer< SIZE >::m_Sphere, and FourierSlicer< SIZE >::m_TimingStream. |
|
Definition at line 133 of file FourierSlicer.cpp. |
|
Here is the call graph for this function:
|
Definition at line 212 of file FourierSlicer.cpp. References word. Referenced by FourierSlicer< SIZE >::_renderView(). |
|
Here is the call graph for this function:
|
Implements FourierSlicer_. Definition at line 120 of file FourierSlicer.cpp. References dword. |
|
Implements FourierSlicer_. Definition at line 114 of file FourierSlicer.cpp. References dword. |
|
Implements FourierSlicer_. Definition at line 102 of file FourierSlicer.cpp. References FourierSlicer< SIZE >::_lazyCalculate(). |
Here is the call graph for this function:
|
Implements FourierSlicer_. Definition at line 108 of file FourierSlicer.cpp. References FourierSlicer< SIZE >::_lazyCalculate(). |
Here is the call graph for this function:
|
Definition at line 41 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::FourierSlicer(). |
|
Definition at line 40 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::FourierSlicer(). |
|
Definition at line 34 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::_renderView(), FourierSlicer< SIZE >::FourierSlicer(), and FourierSlicer< SIZE >::~FourierSlicer(). |
|
Definition at line 38 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::_renderView(), and FourierSlicer< SIZE >::FourierSlicer(). |
|
Definition at line 36 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::_lazyCalculate(), and FourierSlicer< SIZE >::FourierSlicer(). |
|
Definition at line 39 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::_renderView(), and FourierSlicer< SIZE >::FourierSlicer(). |
|
Definition at line 33 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::_renderView(), FourierSlicer< SIZE >::FourierSlicer(), and FourierSlicer< SIZE >::~FourierSlicer(). |
|
Definition at line 42 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::_renderView(), FourierSlicer< SIZE >::FourierSlicer(), and FourierSlicer< SIZE >::~FourierSlicer(). |
|
Definition at line 35 of file FourierSlicer.h. |
|
Definition at line 37 of file FourierSlicer.h. Referenced by FourierSlicer< SIZE >::_renderView(), and FourierSlicer< SIZE >::FourierSlicer(). |