|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
#include <mitkRenderWindowFrame.h>


Public Member Functions | |
| mitkClassMacroItkParent (RenderWindowFrame, itk::Object) | |
| Pointer | Clone () const |
| virtual void | SetRenderWindow (vtkSmartPointer< vtkRenderWindow > renderWindow) |
| virtual void | Enable (float col1, float col2, float col3) |
| virtual void | Disable () |
| virtual bool | IsEnabled () |
| virtual vtkSmartPointer< vtkRenderWindow > | GetRenderWindow () |
| virtual vtkSmartPointer< vtkRenderer > | GetVtkRenderer () |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| RenderWindowFrame () | |
| ~RenderWindowFrame () override | |
Protected Attributes | |
| vtkSmartPointer< vtkRenderWindow > | m_RenderWindow |
| vtkSmartPointer< vtkRenderer > | m_RectangleRenderer |
| bool | m_IsEnabled |
This is a simple class for rendering colored rectangles at the boarders of vtkRenderWindows. The rectangle rendering itself is performed by means of a vtkProp (vtkMitkRectangleProp). This class instantiates the vtkProp and a corresponding vtkRenderer instance.
Definition at line 33 of file mitkRenderWindowFrame.h.
|
protected |
Constructor
|
overrideprotected |
Destructor
| Pointer mitk::RenderWindowFrame::Clone | ( | ) | const |
|
virtual |
Disables drawing of the colored rectangle. If you want to enable it, call the Enable() function.
|
virtual |
Enables drawing of the colored rectangle. If you want to disable it, call the Disable() function.
|
virtual |
Returns the vtkRenderWindow, which is used for displaying the text
|
virtual |
Returns the renderer responsible for rendering the text into the vtkRenderWindow
|
virtual |
Checks, if the text is currently enabled (visible)
| mitk::RenderWindowFrame::mitkClassMacroItkParent | ( | RenderWindowFrame | , |
| itk::Object | |||
| ) |
|
static |
|
virtual |
Sets the renderwindow, in which colored rectangle boarders will be shown. Make sure, you have called this function before calling Enable()
|
protected |
Definition at line 91 of file mitkRenderWindowFrame.h.
|
protected |
Definition at line 90 of file mitkRenderWindowFrame.h.
|
protected |
Definition at line 89 of file mitkRenderWindowFrame.h.