Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkSubtractContourTool.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 mitkSubtractContourTool_h
14 #define mitkSubtractContourTool_h
15 
16 #include "mitkContourTool.h"
18 
19 namespace us
20 {
21  class ModuleResource;
22 }
23 
24 namespace mitk
25 {
47  {
48  public:
50  itkFactorylessNewMacro(Self);
51  itkCloneMacro(Self);
52 
53  const char **GetXPM() const override;
54  us::ModuleResource GetCursorIconResource() const override;
55  us::ModuleResource GetIconResource() const override;
56 
57  const char *GetName() const override;
58 
59  protected:
60  SubtractContourTool(); // purposely hidden
61  ~SubtractContourTool() override;
62  };
63 
64 } // namespace
65 
66 #endif
us
Definition: mitkAbstractFileReader.h:29
mitkContourTool.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::ContourTool
Simple contour filling tool.
Definition: mitkContourTool.h:46
mitk::EventStateMachine
‍**
Definition: mitkEventStateMachine.h:111
MITKSEGMENTATION_EXPORT
#define MITKSEGMENTATION_EXPORT
Definition: MitkSegmentationExports.h:15
us::ModuleResource
Definition: usModuleResource.h:55
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
MitkSegmentationExports.h
mitk::SubtractContourTool
Fill the inside of a contour with 1.
Definition: mitkSubtractContourTool.h:46