Medical Imaging Interaction Toolkit
2024.06.00
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 is 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 |
|
overrideprotected |
Pointer mitk::GradientBackground::Clone | ( | ) | const |
|
virtual |
Disables drawing of the color gradient background. If you want to enable it, call the Enable() function.
|
virtual |
Enables drawing of the color gradient background. If you want to disable it, call the Disable() function.
|
inlinevirtual |
Definition at line 39 of file mitkGradientBackground.h.
|
virtual |
|
virtual |
Returns the vtkRenderWindow, which is used for displaying the gradient background
|
inlinestatic |
Definition at line 39 of file mitkGradientBackground.h.
|
virtual |
Returns the renderer responsible for rendering the color gradient into the vtkRenderWindow
|
virtual |
Checks, if the gradient background is currently enabled (visible)
|
static |
|
virtual |
Sets the gradient colors. The gradient will smoothly fade from color1 to color2
|
virtual |
|
virtual |
|
virtual |
Sets the renderwindow, in which the gradient background will be shown. Make sure, you have called this function before calling Enable()
|
virtual |
|
virtual |
|
protected |
Definition at line 100 of file mitkGradientBackground.h.
|
protected |
Definition at line 98 of file mitkGradientBackground.h.