#include <RenderHiResCommand.h>
Inheritance diagram for VolVis::Commands::RenderHiResCommand:
Public Member Functions | |
void | execute () |
RenderHiResCommand (VolumeRendering::Raycasting *raycasting, QSpinBox *w, QSpinBox *h) |
VolVis::Commands::RenderHiResCommand::RenderHiResCommand | ( | VolumeRendering::Raycasting * | raycasting, | |
QSpinBox * | w, | |||
QSpinBox * | h | |||
) | [inline] |
Constructor. Initializes the members with the passed arguments
raycasting | The raycasting needs to update the entry and exit textures | |
w | Field which defines the width of the image | |
h | Field which defines the height of the image |
void VolVis::Commands::RenderHiResCommand::execute | ( | ) | [inline, virtual] |
This sets the rendersize of the raycasting object.
Implements VolVis::Commands::Command.