Closed k-lara closed 7 years ago
The updating should have been implemented but i think that i forgot to commit those changes, because I added this later on and did not commit anymore.
Then it should be just a matter of commiting and pushing, it should then automatically show up here. Let me know if you need any assistance!
This seems to be a duplicate of the other, already merged pull request to develop branch, closing.
In general, this looks very good 👍 , thanks for the contribution!
With the display of the volume, there are two issues (though in my opinion these are very minor and don't require immediate fixing):
Render
method of thevtkRenderWindow
that the volume is rendered in (which theiAVolumeRenderer
does not have access to directly at the moment). So eitherdlg_modalities
oriAVolumeRenderer
would need to get passed a pointer to thevtkRenderWindow
they should update; or they would need to emit a signal which e.g. theMdiChild
listens to, and then calls thevtkRenderWindow::Render
method.