MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkUnspecifiedTrackingTypeInformation.cpp
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
14
15#include "mitkIGTHardwareException.h"
16
17namespace mitk
18{
20 {
21 return "Tracking System Not Specified";
22 }
23
29 // Careful when changing the "invalid" device: The mitkTrackingTypeTest is using it's data.
35
42
46
48 mitk::TrackingDevice::Pointer,
49 mitk::NavigationToolStorage::Pointer,
50 std::string*,
51 std::vector<int>*)
52 {
53 return nullptr;
54 }
55}
std::vector< TrackingDeviceData > m_TrackingDeviceData
TrackingDeviceSource::Pointer CreateTrackingDeviceSource(mitk::TrackingDevice::Pointer, mitk::NavigationToolStorage::Pointer, std::string *, std::vector< int > *) override
IGT Exceptions.