Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkDiffusionImageNiftiWriterService.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_DiffusionImageNiftiWriterService__H_
18 #define _MITK_DiffusionImageNiftiWriterService__H_
19 
20 #include <mitkAbstractFileWriter.h>
22 
23 namespace mitk
24 {
25 
31 {
32 public:
33 
36 
38  virtual void Write() override;
39 
40  virtual ConfidenceLevel GetConfidenceLevel() const override;
41 
46 
47  protected:
48 
50  virtual mitk::DiffusionImageNiftiWriterService* Clone() const override;
51 
52 
53 };
54 
55 
56 } // end of namespace mitk
57 
58 #endif
virtual void Write() override
Write the base data to the specified location or output stream.
mitk::DiffusionPropertyHelper::GradientDirectionType GradientDirectionType
mitk::DiffusionPropertyHelper::GradientDirectionsContainerType GradientDirectionContainerType
virtual ConfidenceLevel GetConfidenceLevel() const override
The confidence level of the reader or writer implementation.
mitk::DiffusionPropertyHelper::ImageType VectorImageType
DataCollection - Class to facilitate loading/accessing structured data.
GradientDirectionsProperty::GradientDirectionsContainerType GradientDirectionsContainerType
virtual mitk::DiffusionImageNiftiWriterService * Clone() const override
GradientDirectionsProperty::GradientDirectionType GradientDirectionType
virtual void Write() override=0
Write the base data to the specified location or output stream.
mitk::DiffusionPropertyHelper::MeasurementFrameType MeasurementFrameType
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
Definition: mitkIFileIO.h:49
mitk::MeasurementFrameProperty::MeasurementFrameType MeasurementFrameType
Base class for writing mitk::BaseData objects to files or streams.
itk::VectorImage< DiffusionPixelType, 3 > ImageType