Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkNavigationDataReaderInterface.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #ifndef MITKNavigationDataReaderInterface_H_HEADER_INCLUDED_
19 #define MITKNavigationDataReaderInterface_H_HEADER_INCLUDED_
20 
21 #include "itkObject.h"
22 #include "mitkCommon.h"
23 #include "mitkNavigationDataSet.h"
24 #include "MitkIGTExports.h"
25 
26 namespace mitk {
27  class MITKIGT_EXPORT NavigationDataReaderInterface : public itk::Object
28  {
29  public:
31 
32  virtual mitk::NavigationDataSet::Pointer Read(std::string filename) = 0;
33 
34  protected:
37  };
38 }
39 
40 #endif // MITKNavigationDataReaderInterface_H_HEADER_INCLUDED_
DataCollection - Class to facilitate loading/accessing structured data.
static const std::string filename
#define mitkClassMacroItkParent(className, SuperClassName)
Definition: mitkCommon.h:53