#include <UpdateCompositingParametersCommand.h>
Inheritance diagram for VolVis::Commands::UpdateCompositingParametersCommand:
Public Member Functions | |
void | execute () |
UpdateCompositingParametersCommand (VolumeRendering::Compositing *rendering, Gui::RenderWidget *widget, CompositingParameters *parameters) |
VolVis::Commands::UpdateCompositingParametersCommand::UpdateCompositingParametersCommand | ( | VolumeRendering::Compositing * | rendering, | |
Gui::RenderWidget * | widget, | |||
CompositingParameters * | parameters | |||
) | [inline] |
Constructor. Applies the compositing render mode, the render width and the compositing parameters.
rendering | Compositing which should be updated | |
widget | The render widget has to be updated | |
parameters | Contains all parameters which should be updated |
void VolVis::Commands::UpdateCompositingParametersCommand::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.