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
mitkLabelSetImageSource.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 __mitkLabelSetImageSource_H_
18 #define __mitkLabelSetImageSource_H_
19 
20 #include "MitkMultilabelExports.h"
21 #include "mitkImageSource.h"
22 
23 namespace mitk
24 {
25  class LabelSetImage;
26 
27  //##Documentation
28  //## @brief Superclass of all classes generating labelset images (instances
29  //## of class LabelSetImage) as output.
30  //##
31  //## @ingroup Process
33  {
34  public:
36  itkNewMacro(Self);
37 
38  typedef LabelSetImage OutputType;
40 
49  MakeOutput(DataObjectPointerArraySizeType idx) override;
50 
53  virtual itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
54 
55  protected:
57 
58  virtual ~LabelSetImageSource();
59  };
60 
61 } // namespace mitk
62 
63 //#include "mitkLabelSetImageSource.cpp"
64 
65 #endif // __mitkLabelSetImageSource_H_
Superclass of all classes generating Images (instances of class Image) as output. ...
itk::DataObject::Pointer DataObjectPointer
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 MITKMULTILABEL_EXPORT
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Superclass of all classes generating labelset images (instances of class LabelSetImage) as output...
LabelSetImage class for handling labels and layers in a segmentation session.
#define mitkBaseDataSourceGetOutputDeclarations