#include <ResizeWindowCommand.h>
Inheritance diagram for VolVis::Commands::ResizeWindowCommand:
Public Member Functions | |
void | execute () |
ResizeWindowCommand (Gui::RenderWidget *renderWidget, VolumeRendering::Raycasting *raycasting) |
VolVis::Commands::ResizeWindowCommand::ResizeWindowCommand | ( | Gui::RenderWidget * | renderWidget, | |
VolumeRendering::Raycasting * | raycasting | |||
) | [inline] |
Constructor. Sets the members to the passed arguments.
renderWidget | The renderWidget has to be updated. | |
raycasting | The raycasting needs to change its render targets for the entry and exit textures. |
void VolVis::Commands::ResizeWindowCommand::execute | ( | ) | [inline, virtual] |
Resizes the render targets of the raycasting.
Implements VolVis::Commands::Command.