MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkEndoDebugFromXmlFile.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#ifndef mitkEndoDebugFromXmlFile_h
14#define mitkEndoDebugFromXmlFile_h
15
16#include "mitkEndoDebug.h"
17#include "mitkAlgorithm.h"
18#include <MitkCameraCalibrationExports.h>
19
20namespace mitk
21{
22
26 struct EndoDebugFromXmlFileData;
27
31 class MITKCAMERACALIBRATION_EXPORT EndoDebugFromXmlFile:
32 public Algorithm
33 {
34 public:
39 const std::string* _FileName,
40 EndoDebug* _EndoDebug);
41
45 void Update() override;
46
50 virtual ~EndoDebugFromXmlFile();
51 protected:
52 private:
57 };
58
59} // namespace mitk
60
61#endif
IGT Exceptions.