Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitkEndoDebugFromXmlFile.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 mitkEndoDebugFromXmlFile_h
14 #define mitkEndoDebugFromXmlFile_h
15 
16 #include "mitkEndoDebug.h"
17 #include "mitkAlgorithm.h"
18 #include <MitkCameraCalibrationExports.h>
19 
20 namespace 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:
56  EndoDebugFromXmlFileData* d;
57  };
58 
59 } // namespace mitk
60 
61 #endif
mitk::EndoDebug
Definition: mitkEndoDebug.h:32
mitkEndoDebug.h
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition: RenderingTests.dox:1
mitk::EndoDebugFromXmlFile
Definition: mitkEndoDebugFromXmlFile.h:31
mitk::Algorithm
Definition: mitkAlgorithm.h:22
mitkAlgorithm.h