Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkLesionPropagation.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 MITKLESIONPROPAGATION_H
14 #define MITKLESIONPROPAGATION_H
15 
16 // registration ontology module
17 #include "MitkRegistrationOntologyExports.h"
18 
19 // mitk core
20 #include <mitkDataNode.h>
21 
22 // matchpoint ontology
23 #include <mapSimpleOntologyCore.h>
24 #include <mapSimpleOntology.h>
25 
26 namespace mitk
27 {
28  MITKREGISTRATIONONTOLOGY_EXPORT void FindClosestSegmentationMask();
29 } // namespace mitk
30 
31 #endif // MITKLESIONPROPAGATION_H
DataCollection - Class to facilitate loading/accessing structured data.
MITKREGISTRATIONONTOLOGY_EXPORT void FindClosestSegmentationMask()