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
mitkQBallImageSource.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 QBallImageSource_H_HEADER_INCLUDED_C1E7D6EC
19 #define QBallImageSource_H_HEADER_INCLUDED_C1E7D6EC
20 
21 #include "mitkImageSource.h"
22 #include "mitkQBallImage.h"
24 
25 namespace mitk {
26 
28 {
29 public:
30 
35 
37  itkFactorylessNewMacro(Self)
38  itkCloneMacro(Self)
39 
46  virtual itk::DataObject::Pointer MakeOutput ( DataObjectPointerArraySizeType idx ) override;
47 
54  virtual itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
55 
56 protected:
58  virtual ~QBallImageSource() {}
59 
60 };
61 
62 } // namespace mitk
63 
64 #endif /* QBallImageSource_H_HEADER_INCLUDED_C1E7D6EC */
Superclass of all classes generating Images (instances of class Image) as output. ...
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
itk::SmartPointer< Self > Pointer
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKDIFFUSIONCORE_EXPORT
this class encapsulates qball images
itk::ImageRegion< RegionDimension > RegionType
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
mitk::QBallImage OutputImageType
SlicedData::RegionType OutputImageRegionType
itk::DataObject::Pointer DataObjectPointer
OutputImageType::Pointer OutputImagePointer