#include <MDIMIP.h>
Private Methods | |
void __fastcall | PaintGL () |
PaintGL is redrawing the precalculated view in the OpenGL-Window - if the window size changes, PrepareGLWindow has to be called first to calculate the new aspect ratio. | |
void __fastcall | PrepareGLWindow () |
Aspect ratio and Position of the GLWindow within the client area of the window are recalculated in PrepareGLWindow, this is necessary whenever the window was resized. | |
void __fastcall | RayCast () |
RayCast has to be called after one or more of the raycaster parameters have been changed. |
This Raycaster is performing a Maximum Intensity Projection on the volume.
Definition at line 29 of file MDIMIP.h.
|
Aspect ratio and Position of the GLWindow within the client area of the window are recalculated in PrepareGLWindow, this is necessary whenever the window was resized. An additional call to PaintGL is neccessary to redraw the changes. Definition at line 129 of file MDIMIP.cpp. Referenced by PaintGL(). |
|
RayCast has to be called after one or more of the raycaster parameters have been changed. The raycaster will reset all values and recalculate the whole viewing array again. An additional call to PaintGL is neccessary to redraw the changes. Definition at line 209 of file MDIMIP.cpp. References rgb::b, rgb::g, rgb::r, vertex::x, vertex::y, and vertex::z. |