Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkILinkedRenderWindowPart.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkILinkedRenderWindowPart_h
14 #define mitkILinkedRenderWindowPart_h
15 
16 #include "mitkIRenderWindowPart.h"
17 
18 namespace mitk {
19 
30 
31  ~ILinkedRenderWindowPart() override;
32 
33 
40  virtual void EnableSlicingPlanes(bool enable) = 0;
41 
48  virtual bool IsSlicingPlanesEnabled() const = 0;
49 
50 };
51 
52 }
53 
54 #endif
mitk::ILinkedRenderWindowPart
Extends the IRenderWindowPart interface with methods for controlling linked render windows.
Definition: mitkILinkedRenderWindowPart.h:29
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::IRenderWindowPart
Interface for a MITK Workbench Part providing a render window.
Definition: mitkIRenderWindowPart.h:54
mitkIRenderWindowPart.h
MITK_GUI_COMMON_PLUGIN
#define MITK_GUI_COMMON_PLUGIN
Definition: org_mitk_gui_common_Export.h:26