MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkMicroBirdTool.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
14
#ifndef mitkMicroBirdTool_h
15
#define mitkMicroBirdTool_h
16
17
#include <
mitkTrackingTool.h
>
18
19
namespace
mitk
{
20
//##Documentation
21
//## \brief Implementation of a MicroBird tool
22
//##
23
//##
24
//## \ingroup IGT
25
26
class
MITKIGT_EXPORT
MicroBirdTool
:
public
TrackingTool
27
{
28
public
:
29
mitkClassMacro
(
MicroBirdTool
,
TrackingTool
);
30
itkFactorylessNewMacro
(Self);
31
itkCloneMacro(Self)
32
protected
:
33
MicroBirdTool
();
34
virtual
~MicroBirdTool
();
35
};
36
}
// namespace mitk
37
38
#endif
mitk::MicroBirdTool
Implementation of a MicroBird tool.
Definition
mitkMicroBirdTool.h:27
mitk::MicroBirdTool::itkFactorylessNewMacro
itkFactorylessNewMacro(Self)
mitk::MicroBirdTool::mitkClassMacro
mitkClassMacro(MicroBirdTool, TrackingTool)
mitk::TrackingTool
Interface for all Tracking Tools.
Definition
mitkTrackingTool.h:43
mitkTrackingTool.h
mitk
IGT Exceptions.
Definition
mitkAlgorithm.h:16
Modules
IGT
TrackingDevices
mitkMicroBirdTool.h
Generated by
1.12.0