MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkMicroBirdTool.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12
13
14#ifndef mitkMicroBirdTool_h
15#define mitkMicroBirdTool_h
16
17#include <mitkTrackingTool.h>
18
19namespace 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:
31 itkCloneMacro(Self)
32 protected:
34 virtual ~MicroBirdTool();
35 };
36} // namespace mitk
37
38#endif
Implementation of a MicroBird tool.
mitkClassMacro(MicroBirdTool, TrackingTool)
Interface for all Tracking Tools.
IGT Exceptions.