#include <vuSimpleFVR.h>
Inheritance diagram for vu1112119:
Public Member Functions | |
vu1112119 () | |
~vu1112119 () | |
byte * | getData () |
void | updateCamera () |
update the camera (since the camera is only stored in vu111211) | |
void | setCamera (vuCamera *camera) |
Set the camera (ms). | |
void | setViewVectors (const vuVector &view, const vuVector &up, const vuVector &right) |
Empty implementation to satisfy virtual. | |
virtual bool | read () |
Reimplements the read() method to do some extra volume data processing. | |
virtual void | glResize (dword height, dword width) |
void | render () |
Implements the abstract render() method of the vuVolume base class. | |
vuVector | getCenter () |
Static Public Member Functions | |
bool | convertVUD2VUF (vuString inputFile, vuString outputFile, float mult_pad=M_SQRT2, float add_pad=0, float scale=1.0f, vuTFIntensity *tf=NULL) |
bool | convertVUF2VUD (vuString inputFile, vuString outputFile, float scale) |
|
Definition at line 4 of file vuSimpleFVR.cpp. Referenced by convertVUD2VUF(). |
|
Definition at line 8 of file vuSimpleFVR.cpp. |
|
Definition at line 82 of file vuSimpleFVR.cpp. References byte, CHECKNDELETE, dword, getData(), vu1112::getDim1Size(), vu1112::getDim2Size(), vu1112::getDim3Size(), vuTFIntensity::getRGBa(), M_SQRT2, vuTFIntensity::normalizeAlphaToOne(), vuFourierVolume_IO< S >::preprocessSpatialInput(), vuFourierVolume_IO< S >::scaleAndWriteToFourierFile(), vu1::setFileName(), and vu1112119(). Referenced by doIt(). |
Here is the call graph for this function:
|
Definition at line 151 of file vuSimpleFVR.cpp. References byte, CHECKNDELETE, dword, vuFourierVolume_IO< S >::getSpatialDataFromVUF(), vu1::setFileName(), and vu11121::write(). Referenced by doIt(). |
Here is the call graph for this function:
|
Definition at line 76 of file vuSimpleFVR.cpp. |
|
Definition at line 13 of file vuSimpleFVR.cpp. References byte. Referenced by convertVUD2VUF(). |
|
Reimplemented from vuFourierVolume< S >. Definition at line 30 of file vuSimpleFVR.cpp. References glPixelZoom(). Referenced by vuSimpleFVRDialog::OnButtonLoadFile(). |
Here is the call graph for this function:
|
Reimplements the read() method to do some extra volume data processing.
Reimplemented from vu11121. Definition at line 18 of file vuSimpleFVR.cpp. References CHECKNDELETE, vuFourierVolume_IO< 1 >::preprocessSpatialInput(), and vu11121::read(). |
Here is the call graph for this function:
|
Implements the abstract render() method of the vuVolume base class.
Reimplemented from vu11121. Definition at line 41 of file vuSimpleFVR.cpp. References vuFourierVolume< S >::computeSlice(), vuFourierVolume< S >::getImageHeight(), vuFourierVolume< S >::getImageWidth(), GL_FLOAT, GL_LUMINANCE, glDrawPixels(), and vuFourierVolume< 1 >::setCamera(). |
Here is the call graph for this function:
|
Set the camera (ms).
Reimplemented from vu1. Definition at line 63 of file vuSimpleFVR.cpp. References vu1::setCamera(), and vuFourierVolume< 1 >::setCamera(). Referenced by vuSimpleFVRDialog::OnButtonLoadFile(), and vuSimpleFVRDialog::setCamera(). |
Here is the call graph for this function:
|
Empty implementation to satisfy virtual.
Reimplemented from vu11121. Definition at line 69 of file vuSimpleFVR.cpp. References vuFourierVolume< 1 >::setViewVectors(). |
Here is the call graph for this function:
|
update the camera (since the camera is only stored in vu111211)
Definition at line 58 of file vuSimpleFVR.cpp. References vuFourierVolume< 1 >::setCamera(). Referenced by vuSimpleFVRCanvas::_renderImage(), and vuSimpleFVRCanvas::_renderImageOld(). |
Here is the call graph for this function: