#include <VRenderer.h>
Public Member Functions | |
virtual void | draw ()=0 |
virtual void | processInput (guiInput input)=0 |
virtual void | setVolume (VVolume *volume)=0 |
void | setWidth (int width) |
void | setHeight (int height) |
Protected Attributes | |
VVolume * | m_Volume |
int | m_Width |
int | m_Height |
Definition at line 43 of file VRenderer.h.
virtual void VRenderer::draw | ( | ) | [pure virtual] |
method for drawing the volume
virtual void VRenderer::processInput | ( | guiInput | input | ) | [pure virtual] |
method for processing the input
virtual void VRenderer::setVolume | ( | VVolume * | volume | ) | [pure virtual] |
sets the current Volume
void VRenderer::setWidth | ( | int | width | ) | [inline] |
sets the width
width | of window |
Definition at line 66 of file VRenderer.h.
References m_Width.
void VRenderer::setHeight | ( | int | height | ) | [inline] |
sets the height
height | of window |
Definition at line 75 of file VRenderer.h.
References m_Height.
VVolume* VRenderer::m_Volume [protected] |
Pointer to the Volume to Render.
Definition at line 82 of file VRenderer.h.
int VRenderer::m_Width [protected] |
int VRenderer::m_Height [protected] |