Medical Imaging Interaction Toolkit  2021.10.00
Medical Imaging Interaction Toolkit
mitkFastMarchingTool.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 mitkFastMarchingTool_h_Included
14 #define mitkFastMarchingTool_h_Included
15 
17 
19 
20 namespace mitk
21 {
33  {
34  public:
36  itkFactorylessNewMacro(Self);
37  itkCloneMacro(Self);
38 
39  const char *GetName() const override;
40 
41  protected:
43  ~FastMarchingTool() override;
44  };
45 
46 } // namespace
47 
48 #endif
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
FastMarching semgentation tool base class.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
FastMarching semgentation tool.
Super-class that provides the functionality of a StateMachine to DataInteractors. ...