Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkNrrdTensorImageWriter.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 #ifndef _MITK_NRRDDTI_WRITER__H_
18 #define _MITK_NRRDDTI_WRITER__H_
19 
20 #include <mitkAbstractFileWriter.h>
21 #include <mitkTensorImage.h>
22 
23 
24 namespace mitk
25 {
26 
32 {
33 public:
34 
36 
38  virtual ~NrrdTensorImageWriter();
39 
41  virtual void Write() override;
42 
43  virtual ConfidenceLevel GetConfidenceLevel() const override;
44 
45 protected:
46 
48  virtual mitk::NrrdTensorImageWriter* Clone() const override;
49 };
50 
51 
52 } // end of namespace mitk
53 
54 #endif //_MITK_NRRDDTI_WRITER__H_
DataCollection - Class to facilitate loading/accessing structured data.
virtual mitk::NrrdTensorImageWriter * Clone() const override
virtual ConfidenceLevel GetConfidenceLevel() const override
The confidence level of the reader or writer implementation.
virtual void Write() override=0
Write the base data to the specified location or output stream.
virtual void Write() override
Write the base data to the specified location or output stream.
this class encapsulates tensor images
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
Definition: mitkIFileIO.h:49
Base class for writing mitk::BaseData objects to files or streams.