Method |
Description |
AcceptParams (#) |
now we accept the changed values for new rendering progress |
Create (+) |
initialise the rendering thread |
destroy (+) |
free used resources |
Execute (#) |
thread execution starts here and runs as long as the application |
renderToImage3D (#) |
the rendering of data in 3D |
Resize (+) |
only called, if the window size has changed |
SetNewParams (+) |
if something changed, we want to update the values of the thread |
Update (#) |
update progress-, status bar and the renderbox in main form |