Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
mitkShowSegmentationAsSmoothedSurface.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,
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
17
#ifndef MITK_SHOW_SEGMENTATION_AS_SMOOTHED_SURFACE_H
18
#define MITK_SHOW_SEGMENTATION_AS_SMOOTHED_SURFACE_H
19
20
#include "
mitkSegmentationSink.h
"
21
#include <
MitkSegmentationExports.h
>
22
#include <
mitkSurface.h
>
23
24
namespace
mitk
25
{
26
class
MITKSEGMENTATION_EXPORT
ShowSegmentationAsSmoothedSurface
:
public
SegmentationSink
27
{
28
public
:
29
mitkClassMacro
(
ShowSegmentationAsSmoothedSurface
,
SegmentationSink
);
30
mitkAlgorithmNewMacro
(
ShowSegmentationAsSmoothedSurface
);
31
32
protected
:
33
void
Initialize(
const
NonBlockingAlgorithm
*other =
nullptr
)
override
;
34
bool
ReadyToRun()
override
;
35
bool
ThreadedUpdateFunction()
override
;
36
void
ThreadedUpdateSuccessful()
override
;
37
38
private
:
39
ShowSegmentationAsSmoothedSurface
();
40
~
ShowSegmentationAsSmoothedSurface
();
41
42
Surface::Pointer
m_Surface;
43
};
44
}
45
46
#endif
mitkAlgorithmNewMacro
#define mitkAlgorithmNewMacro(classname)
Definition:
mitkNonBlockingAlgorithm.h:43
mitk::NonBlockingAlgorithm
Definition:
mitkNonBlockingAlgorithm.h:83
MITKSEGMENTATION_EXPORT
#define MITKSEGMENTATION_EXPORT
Definition:
MitkSegmentationExports.h:15
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::ShowSegmentationAsSmoothedSurface
Definition:
mitkShowSegmentationAsSmoothedSurface.h:26
mitkSurface.h
mitk::SegmentationSink
Definition:
mitkSegmentationSink.h:25
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition:
mitkCommon.h:44
MitkSegmentationExports.h
itk::SmartPointer< Self >
mitkSegmentationSink.h
git
MITK
Modules
Segmentation
Algorithms
mitkShowSegmentationAsSmoothedSurface.h
Generated on Fri Feb 3 2017 20:52:08 for Medical Imaging Interaction Toolkit by
1.8.9.1