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


Public Types | |
| typedef RenderWindowFrame | 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 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 const char * | GetStaticNameOfClass () |
| 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.
| typedef itk::SmartPointer<const Self> mitk::RenderWindowFrame::ConstPointer |
Definition at line 36 of file mitkRenderWindowFrame.h.
Definition at line 36 of file mitkRenderWindowFrame.h.
Definition at line 36 of file mitkRenderWindowFrame.h.
| typedef itk::Object mitk::RenderWindowFrame::Superclass |
Definition at line 36 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.
|
inlinevirtual |
Definition at line 36 of file mitkRenderWindowFrame.h.
|
virtual |
|
virtual |
Returns the vtkRenderWindow, which is used for displaying the text
|
inlinestatic |
Definition at line 36 of file mitkRenderWindowFrame.h.
|
virtual |
Returns the renderer responsible for rendering the text into the vtkRenderWindow
|
virtual |
Checks, if the text is currently enabled (visible)
|
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.