Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Groups
Namespace List
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
e
f
i
l
m
n
p
r
s
t
Typedefs
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Class List
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Properties
c
m
o
r
s
t
Related Functions
File List
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
q
r
s
t
u
v
Functions
_
e
g
h
i
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
m
o
p
q
r
s
u
v
Examples
Download
Bug Tracker
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkLiveWireTool2D.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 mitkLiveWireTool2D_h
14
#define mitkLiveWireTool2D_h
15
16
#include <
mitkEditableContourTool.h
>
17
#include <
mitkContourModelLiveWireInteractor.h
>
18
19
namespace
mitk
20
{
44
class
MITKSEGMENTATION_EXPORT
LiveWireTool2D
:
public
EditableContourTool
45
{
46
public
:
47
mitkClassMacro
(
LiveWireTool2D
,
EditableContourTool
);
48
itkFactorylessNewMacro(
Self
);
49
50
us::ModuleResource
GetCursorIconResource()
const override
;
51
us::ModuleResource
GetIconResource()
const override
;
52
const
char
*GetName()
const override
;
53
const
char
**GetXPM()
const override
;
54
55
protected
:
56
LiveWireTool2D
();
57
~
LiveWireTool2D
()
override
;
58
59
void
ConnectActionsAndFunctions()
override
;
60
61
void
UpdateLiveWireContour();
62
void
OnTimePointChanged()
override
;
63
64
mitk::Point3D
PrepareInitContour(
const
mitk::Point3D
& clickedPoint)
override
;
65
virtual
void
FinalizePreviewContour(
const
Point3D
& clickedPoint)
override
;
66
virtual
void
InitializePreviewContour(
const
Point3D
& clickedPoint)
override
;
67
virtual
void
UpdatePreviewContour(
const
Point3D
& clickedPoint)
override
;
68
69
private
:
70
72
void
OnMouseMoveNoDynamicCosts(
StateMachineAction
*,
InteractionEvent
*interactionEvent);
73
75
void
FinishTool()
override
;
76
77
template
<
typename
TPixel,
unsigned
int
VImageDimension>
78
void
FindHighestGradientMagnitudeByITK(itk::Image<TPixel, VImageDimension> *inputImage,
79
itk::Index<3>
&index,
80
itk::Index<3>
&returnIndex);
81
82
mitk::ContourModelLiveWireInteractor::Pointer
m_ContourInteractor;
83
84
mitk::ImageLiveWireContourModelFilter::Pointer
m_LiveWireFilter;
85
86
bool
m_CreateAndUseDynamicCosts;
87
};
88
}
89
90
#endif
mitk::InteractionEvent
Definition:
mitkInteractionEvent.h:26
mitkEditableContourTool.h
itk::SmartPointer< Self >
mitk::EditableContourTool
Definition:
mitkEditableContourTool.h:27
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::EventStateMachine
**
Definition:
mitkEventStateMachine.h:111
mitk::LiveWireTool2D
A 2D segmentation tool based on a LiveWire approach.
Definition:
mitkLiveWireTool2D.h:44
mitk::Point< ScalarType, 3 >
MITKSEGMENTATION_EXPORT
#define MITKSEGMENTATION_EXPORT
Definition:
MitkSegmentationExports.h:15
us::ModuleResource
Definition:
usModuleResource.h:55
mitk::StateMachineAction
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
Definition:
mitkStateMachineAction.h:30
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition:
mitkCommon.h:36
itk::Index< 3 >
mitkContourModelLiveWireInteractor.h
src
MITK
Modules
Segmentation
Interactions
mitkLiveWireTool2D.h
Generated on Thu Nov 30 2023 15:58:53 for Medical Imaging Interaction Toolkit by
1.8.17