#include <UpdateMipParametersCommand.h>
Inheritance diagram for VolVis::Commands::UpdateMipParametersCommand:
Public Member Functions | |
void | execute () |
UpdateMipParametersCommand (VolumeRendering::MaximumIntensity *rendering, Gui::RenderWidget *widget, MipParameters *parameters) |
VolVis::Commands::UpdateMipParametersCommand::UpdateMipParametersCommand | ( | VolumeRendering::MaximumIntensity * | rendering, | |
Gui::RenderWidget * | widget, | |||
MipParameters * | parameters | |||
) | [inline] |
Constructor. Applies the maximum intensity projection object, the render width and the MIP parameters.
rendering | MIP object which should be updated | |
widget | The render widget has to be updated | |
parameters | Contains all parameters which should be updated |
void VolVis::Commands::UpdateMipParametersCommand::execute | ( | ) | [inline, virtual] |
Calls the execute-method of the parent class UpdateRaycastingParametersCommand, sets the additional parameters and updates the render widget.
Reimplemented from VolVis::Commands::UpdateRaycastingParametersCommand.