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
mitkDisplayActionEventHandlerStd.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 mitkDisplayActionEventHandlerStd_h
14 #define mitkDisplayActionEventHandlerStd_h
15 
16 #include <MitkCoreExports.h>
17 
18 // mitk core
20 
21 namespace mitk
22 {
24  {
25  protected:
26 
38  void InitActionsImpl() override;
39  };
40 } // end namespace mitk
41 
42 #endif
mitkDisplayActionEventHandler.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MitkCoreExports.h
mitk::DisplayActionEventHandler
This class simplifies the process of adding an itkEventObject-itkCommand pair as an observer of a Dis...
Definition: mitkDisplayActionEventHandler.h:33
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition: MitkCoreExports.h:15
mitk::DisplayActionEventHandlerStd
Definition: mitkDisplayActionEventHandlerStd.h:23