#include <mitkEndoscopySliceScene.h>
Inherits mitkSceneBase.
Inheritance diagram for mitkEndoscopySliceScene:
Public Member Functions | |
virtual void | RenderGL () |
void | SetVolume (mitkCoherentVolume *vol) |
mitkCoherentVolume * | GetVolume () |
void | SetVolumeInfo (int dims[3], float spacings[3]) |
void | SetHorizontial () |
void | SetVertical () |
bool | IsHorizontial () |
void | SetGridSpacing (float spacing) |
float | GetGridSpacing () |
void | SetSceneParam (mitkSceneParam *sceneParam) |
mitkSceneParam * | GetSceneParam () |
void | SetWidthCenter (float windowWidth, float windowCenter) |
void | SetWindowWidth (float windowWidth) |
void | SetWindowCenter (float windowCenter) |
float | GetWindowWidth () |
float | GetWindowCenter () |
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) |
virtual void | OnMouseWheel (bool ctrlDown, bool shiftDown, int xPos, int yPos, int delta) |
void | SetRotateRadPerPixel (float radPerPixel) |
float | GetRotateRadPerPixel () const |
mitkEndoscopySliceScene is a slice preview scene for virtual endoscopy navigation
|
Get the 2D grid spacing in physical unit.
|
|
Get the interaction sensitivity of rotation.
|
|
Get the internal scene param.
|
|
Get the data object to be navigated
|
|
Get the window center
|
|
Get the window width
|
|
Get the display mode.
|
|
The Interface for handling the mouse pressed event pass by the container Reimplemented from mitkSceneBase. |
|
The Interface for handling the mouse moved event pass by the container Reimplemented from mitkSceneBase. |
|
The Interface for handling the mouse released event pass by the container Reimplemented from mitkSceneBase. |
|
The Interface for handling the mouse wheel event pass by the container Reimplemented from mitkSceneBase. |
|
The Interface for handling the render event pass by the container Reimplemented from mitkSceneBase. |
|
Set the 2D grid spacing in physical unit.
|
|
Set to horizontal mode |
|
Set the interaction sensitivity of rotation.
|
|
Set the internal scene param.
|
|
Set to vertical mode |
|
Set the data object to be navigated
|
|
Set the volume dimensions and spacings then calculate the cropping boundaries
|
|
Set the window width and windows center
|
|
Set the window center
|
|
Set the window width
|