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
mitkTensorImageSource.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 TensorImageSource_H_HEADER_INCLUDED_C1E7D6EC
19 #define TensorImageSource_H_HEADER_INCLUDED_C1E7D6EC
20 
21 #include "mitkImageSource.h"
22 #include "mitkTensorImage.h"
23 
24 namespace mitk {
25 
27 {
28 public:
29 
34 
36  itkFactorylessNewMacro(Self)
37  itkCloneMacro(Self)
38 
45  virtual itk::DataObject::Pointer MakeOutput ( DataObjectPointerArraySizeType idx ) override;
46 
53  virtual itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
54 
55 protected:
57  virtual ~TensorImageSource() {}
58 
59 };
60 
61 } // namespace mitk
62 
63 #endif /* TensorImageSource_H_HEADER_INCLUDED_C1E7D6EC */
Superclass of all classes generating Images (instances of class Image) as output. ...
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
SlicedData::RegionType OutputImageRegionType
itk::SmartPointer< Self > Pointer
itk::DataObject::Pointer DataObjectPointer
virtual itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
itk::ImageRegion< RegionDimension > RegionType
OutputImageType::Pointer OutputImagePointer
mitkClassMacro(TensorImageSource, ImageSource)
this class encapsulates tensor images
mitk::TensorImage OutputImageType