Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkGradientBackground.h>
Public Types | |
typedef GradientBackground | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
virtual void | SetRenderWindow (vtkSmartPointer< vtkRenderWindow > renderWindow) |
virtual vtkSmartPointer< vtkRenderWindow > | GetRenderWindow () |
virtual vtkSmartPointer< vtkRenderer > | GetVtkRenderer () |
virtual void | SetGradientColors (double r1, double g1, double b1, double r2, double g2, double b2) |
virtual void | SetGradientColors (Color upper, Color lower) |
virtual void | SetUpperColor (double r, double g, double b) |
virtual void | SetLowerColor (double r, double g, double b) |
virtual void | SetUpperColor (Color upper) |
virtual void | SetLowerColor (Color lower) |
virtual void | Enable () |
virtual void | Disable () |
virtual bool | IsEnabled () |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
Protected Member Functions | |
GradientBackground () | |
~GradientBackground () override | |
Protected Attributes | |
vtkSmartPointer< vtkRenderWindow > | m_RenderWindow |
vtkSmartPointer< vtkRenderer > | m_Renderer |
Displays a color gradient in the background of a vtkRenderWindow. The gradient ist faked by displaying a non-interactable smoothly shaded plane in a separate layer behind the scene. After setting the renderwindow, the gradient may be activated by calling Enable()
Definition at line 36 of file mitkGradientBackground.h.
typedef itk::SmartPointer<const Self> mitk::GradientBackground::ConstPointer |
Definition at line 39 of file mitkGradientBackground.h.
Definition at line 39 of file mitkGradientBackground.h.
Definition at line 39 of file mitkGradientBackground.h.
typedef itk::Object mitk::GradientBackground::Superclass |
Definition at line 39 of file mitkGradientBackground.h.
|
protected |
Definition at line 19 of file mitkGradientBackground.cpp.
References m_Renderer, and m_RenderWindow.
|
overrideprotected |
Definition at line 26 of file mitkGradientBackground.cpp.
References Disable(), IsEnabled(), and m_RenderWindow.
Pointer mitk::GradientBackground::Clone | ( | ) | const |
|
virtual |
Disables drawing of the color gradient background. If you want to enable it, call the Enable() function.
Definition at line 111 of file mitkGradientBackground.cpp.
References mitk::VtkLayerController::GetInstance(), IsEnabled(), m_Renderer, m_RenderWindow, and mitk::VtkLayerController::RemoveRenderer().
Referenced by ~GradientBackground().
|
virtual |
Enables drawing of the color gradient background. If you want to disable it, call the Disable() function.
Definition at line 101 of file mitkGradientBackground.cpp.
References mitk::VtkLayerController::GetInstance(), mitk::VtkLayerController::InsertBackgroundRenderer(), m_Renderer, and m_RenderWindow.
|
inlinevirtual |
Definition at line 39 of file mitkGradientBackground.h.
|
virtual |
|
virtual |
Returns the vtkRenderWindow, which is used for displaying the gradient background
Definition at line 47 of file mitkGradientBackground.cpp.
References m_RenderWindow.
|
inlinestatic |
Definition at line 39 of file mitkGradientBackground.h.
|
virtual |
Returns the renderer responsible for rendering the color gradient into the vtkRenderWindow
Definition at line 57 of file mitkGradientBackground.cpp.
References m_Renderer.
|
virtual |
Checks, if the gradient background is currently enabled (visible)
Definition at line 124 of file mitkGradientBackground.cpp.
References mitk::VtkLayerController::GetInstance(), m_Renderer, and m_RenderWindow.
Referenced by Disable(), and ~GradientBackground().
|
static |
|
virtual |
Sets the gradient colors. The gradient will smoothly fade from color1 to color2
Definition at line 66 of file mitkGradientBackground.cpp.
References SetLowerColor(), and SetUpperColor().
Referenced by SetGradientColors().
|
virtual |
Definition at line 72 of file mitkGradientBackground.cpp.
References SetGradientColors().
|
virtual |
Definition at line 82 of file mitkGradientBackground.cpp.
References m_Renderer.
Referenced by SetGradientColors(), and SetLowerColor().
|
virtual |
Definition at line 92 of file mitkGradientBackground.cpp.
References SetLowerColor().
|
virtual |
Sets the renderwindow, in which the gradient background will be shown. Make sure, you have called this function before calling Enable()
Definition at line 38 of file mitkGradientBackground.cpp.
References m_RenderWindow.
|
virtual |
Definition at line 77 of file mitkGradientBackground.cpp.
References m_Renderer.
Referenced by SetGradientColors(), and SetUpperColor().
|
virtual |
Definition at line 87 of file mitkGradientBackground.cpp.
References SetUpperColor().
|
protected |
Definition at line 100 of file mitkGradientBackground.h.
Referenced by Disable(), Enable(), GetVtkRenderer(), GradientBackground(), IsEnabled(), SetLowerColor(), and SetUpperColor().
|
protected |
Definition at line 98 of file mitkGradientBackground.h.
Referenced by Disable(), Enable(), GetRenderWindow(), GradientBackground(), IsEnabled(), SetRenderWindow(), and ~GradientBackground().