Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkEndoDebugFromXmlFile.h
Go to the documentation of this file.
1 #ifndef mitkEndoDebugFromXmlFile_h
2 #define mitkEndoDebugFromXmlFile_h
3 
4 #include "mitkEndoDebug.h"
5 #include "mitkAlgorithm.h"
6 #include <MitkCameraCalibrationExports.h>
7 
8 namespace mitk
9 {
10 
14  struct EndoDebugFromXmlFileData;
15 
19  class MITKCAMERACALIBRATION_EXPORT EndoDebugFromXmlFile:
20  public Algorithm
21  {
22  public:
27  const std::string* _FileName,
28  EndoDebug* _EndoDebug);
29 
33  void Update() override;
34 
38  virtual ~EndoDebugFromXmlFile();
39  protected:
40  private:
44  EndoDebugFromXmlFileData* d;
45  };
46 
47 } // namespace mitk
48 
49 #endif // mitkEndoDebugFromXmlFile_h
static void Update(vtkPolyData *)
Definition: mitkSurface.cpp:35
DataCollection - Class to facilitate loading/accessing structured data.