#include <MDIFrame.h>
Private Methods | |
bool __fastcall | loadFile (AnsiString name) |
loadFile loads the volume data file "name" into the memory, calculates the associated gradient vectors and vector lengths, the histogramm, the transferfunction and the color array for the vizualisation in the transparent raycaster. | |
void __fastcall | deallocate () |
deallocate frees all memory segments that are occupied by the histogramm, transfer function, gradient or CT-data. |
Main Window of the Application, creates the MDI Client area. Loading and closing of volume data files is done here as well as all the memory management and opening of all the child windows. global variables are NOT defined here, but in MDIEdit.
Definition at line 34 of file MDIFrame.h.