Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkFiberBundleSource.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"
23 
24 //NOTE>umbenennen .. ableiten von DataSource
25 
26 
27 namespace mitk {
28 
29 class QBallImageSource : public ImageSource
30 {
31 public:
32 
37 
39  itkFactorylessNewMacro(Self)
40  itkCloneMacro(Self)
41 
42  virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx);
43 
44 protected:
46  virtual ~QBallImageSource() {}
47 
48 };
49 
50 } // namespace mitk
51 
52 #endif /* QBallImageSource_H_HEADER_INCLUDED_C1E7D6EC */
Superclass of all classes generating Images (instances of class Image) as output. ...
itk::SmartPointer< Self > Pointer
Superclass of all classes generating some kind of mitk::BaseData.
mitkClassMacro(QBallImageSource, ImageSource)
DataCollection - Class to facilitate loading/accessing structured data.
this class encapsulates qball images
itk::ImageRegion< RegionDimension > RegionType
mitk::QBallImage OutputImageType
virtual itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
SlicedData::RegionType OutputImageRegionType
itk::DataObject::Pointer DataObjectPointer
OutputImageType::Pointer OutputImagePointer