MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkNavigationDataReaderInterface.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
14#ifndef mitkNavigationDataReaderInterface_h
15#define mitkNavigationDataReaderInterface_h
16
17#include "itkObject.h"
18#include "mitkCommon.h"
20#include "MitkIGTExports.h"
21
22namespace mitk {
23 class MITKIGT_EXPORT NavigationDataReaderInterface : public itk::Object
24 {
25 public:
27
28 virtual mitk::NavigationDataSet::Pointer Read(std::string filename) = 0;
29
30 protected:
33 };
34}
35
36#endif
mitkClassMacroItkParent(NavigationDataReaderInterface, itk::Object)
virtual mitk::NavigationDataSet::Pointer Read(std::string filename)=0
IGT Exceptions.