#include <mitkCUDAIsosurfaceVRScene.h>
Inherits mitkVis2Scene3D.
Inheritance diagram for mitkCUDAIsosurfaceVRScene:
Public Member Functions | |
virtual void | RenderGL () |
void | SetData (mitkICVolume *data) |
void | SetDataModified () |
void | SetBackGroundColor (float r, float g, float b) |
void | GetBackGroundColor (float &r, float &g, float &b) |
void | SetIsovalue (float isovalue) |
float | GetIsovalue () |
void | SetSurfaceColor (float r, float g, float b) |
void | GetSurfaceColor (float &r, float &g, float &b) |
void | SetLightDirection (float x, float y, float z) |
void | GetLightDirection (float &x, float &y, float &z) |
void | SetLightIntensity (float intensity) |
void | SetLightColor (float r, float g, float b) |
void | SetAmbient (float value) |
float | GetAmbient () |
void | SetDiffuse (float value) |
float | GetDiffuse () |
void | SetSpecular (float value) |
float | GetSpecular () |
void | SetSpecularPower (float value) |
float | GetSpecularPower () |
void | RotateLightDirection (bool turnOn) |
virtual void | OnMouseDown (int mouseButton, bool ctrlDown, bool shiftDown, int xPos, int yPos) |
virtual void | OnMouseUp (int mouseButton, bool ctrlDown, bool shiftDown, int xPos, int yPos) |
virtual void | OnMouseMove (bool ctrlDown, bool shiftDown, int xPos, int yPos) |
void | SetIllustrativeShading (int illustrative) |
bool | GetIllustrativeShading () |
void | SetCroppingBounds (const float CroppingBounds[6]) |
void | GetCroppingBounds (float CroppingBounds[6]) |
mitkCUDAIsosurfaceVRScene is a 3D scene to display isosurfaces from volume datasets. Accelerated with the CUDA interface. mitkCUDAIsosurfaceVRScene needs a container subclasses from mitkSceneContainer. You can use mitkGLWindow for the container, or implement your own container.
|
Get the ambient factor of the material of the isosurface
|
|
Return the background color of the scene
|
|
Get the cropping boundary
|
|
Get the diffuse factor of the material of the isosurface
|
|
Get the illustrative shading status
|
|
Get the isovalue of the isosurface to be displayed.
|
|
Return the light direction
|
|
Get the specular factor of the material of the isosurface
|
|
Get the specular power of the material of the isosurface
|
|
Get the color of the isosurface to be displayed
|
|
The Interface for handling the mouse pressed event pass by the container Reimplemented from mitkVis2Scene3D. |
|
The Interface for handling the mouse moved event pass by the container Reimplemented from mitkVis2Scene3D. |
|
The Interface for handling the mouse released event pass by the container Reimplemented from mitkVis2Scene3D. |
|
The Interface for handling the render event pass by the container Reimplemented from mitkVis2Scene3D. |
|
Turn this on to enter the light rotation interaction mode.
|
|
Set the ambient factor of the material of the isosurface
|
|
Set the background color of the scene
|
|
Set the cropping boundary
|
|
Set the data object to be rendered
|
|
Tell the scene the data is modified when any modification is done to the data object |
|
Set the diffuse factor of the material of the isosurface
|
|
Turn on or turn off illustrative shading.
|
|
Set the isovalue of the isosurface to be displayed.
|
|
Set the color of the light source
|
|
Set the light direction
|
|
Set the light's intensity
|
|
Set the specular factor of the material of the isosurface
|
|
Set the specular power of the material of the isosurface
|
|
Set the color of the isosurface to be displayed
|