Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkSubtractContourTool.cpp
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
18 
19 #include "mitkSubtractContourTool.xpm"
20 
21 // us
22 #include <usGetModuleContext.h>
23 #include <usModule.h>
24 #include <usModuleContext.h>
25 #include <usModuleResource.h>
26 
27 namespace mitk
28 {
30 }
31 
33 {
35 }
36 
38 {
39 }
40 
42 {
43  return mitkSubtractContourTool_xpm;
44 }
45 
47 {
49  us::ModuleResource resource = module->GetResource("Subtract_48x48.png");
50  return resource;
51 }
52 
54 {
56  us::ModuleResource resource = module->GetResource("Subtract_Cursor_32x32.png");
57  return resource;
58 }
59 
61 {
62  return "Subtract";
63 }
virtual us::ModuleResource GetCursorIconResource() const override
Returns the path of a cursor icon.
void SetFeedbackContourColor(float r, float g, float b)
Provide values from 0.0 (black) to 1.0 (full color)
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define MITK_TOOL_MACRO(EXPORT_SPEC, CLASS_NAME, DESCRIPTION)
us::ModuleResource GetIconResource() const override
Returns the tool button icon of the tool wrapped by a usModuleResource.
Fill the inside of a contour with 1.
virtual const char ** GetXPM() const override
Returns an icon in the XPM format.
virtual const char * GetName() const override
Returns the name of this tool. Make it short!
Module * GetModule() const
Simple contour filling tool.
ModuleResource GetResource(const std::string &path) const
Definition: usModule.cpp:267
static ModuleContext * GetModuleContext()
Returns the module context of the calling module.