Medical Imaging Interaction Toolkit
2021.10.00
Medical Imaging Interaction Toolkit
mitkFastMarchingTool3D.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 mitkFastMarchingTool3D_h_Included
14
#define mitkFastMarchingTool3D_h_Included
15
16
#include "
mitkFastMarchingBaseTool.h
"
17
18
#include <
MitkSegmentationExports.h
>
19
20
namespace
mitk
21
{
32
class
MITKSEGMENTATION_EXPORT
FastMarchingTool3D
:
public
FastMarchingBaseTool
33
{
34
public
:
35
mitkClassMacro
(
FastMarchingTool3D
,
FastMarchingBaseTool
);
36
itkFactorylessNewMacro(
Self
);
37
itkCloneMacro(
Self
);
38
39
/* icon stuff */
40
const
char
*GetName()
const override
;
41
42
protected
:
43
FastMarchingTool3D
();
44
~
FastMarchingTool3D
()
override
;
45
};
46
47
}
// namespace
48
49
#endif
mitk::FastMarchingTool3D
FastMarching semgentation tool.
Definition:
mitkFastMarchingTool3D.h:32
MITKSEGMENTATION_EXPORT
#define MITKSEGMENTATION_EXPORT
Definition:
MitkSegmentationExports.h:15
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
RenderingTests.dox:1
mitk::FastMarchingBaseTool
FastMarching semgentation tool base class.
Definition:
mitkFastMarchingBaseTool.h:43
mitkFastMarchingBaseTool.h
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition:
mitkCommon.h:36
MitkSegmentationExports.h
mitk::EventStateMachine
Super-class that provides the functionality of a StateMachine to DataInteractors. ...
Definition:
mitkEventStateMachine.h:111
src
MITK
Modules
Segmentation
Interactions
mitkFastMarchingTool3D.h
Generated on Tue Nov 9 2021 09:46:25 for Medical Imaging Interaction Toolkit by
1.8.13