Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkPointSetSource.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_POINT_SET_SOURCE_H
18 #define _MITK_POINT_SET_SOURCE_H
19 
20 #include "mitkBaseDataSource.h"
21 #include "mitkPointSet.h"
22 
23 namespace mitk
24 {
36  {
37  public:
39 
40  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
41 
43 
44  typedef OutputType::Pointer OutputTypePointer;
45 
47 
54  virtual itk::DataObject::Pointer
55  MakeOutput(DataObjectPointerArraySizeType idx) override;
56 
63  virtual itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
64 
65  protected:
67 
68  virtual ~PointSetSource();
69  };
70 }
71 #endif // #define _MITK_POINT_SET_SOURCE_H
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
#define MITKCORE_EXPORT
Base of all data objects.
Definition: mitkBaseData.h:39
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
Data structure which stores a set of points. Superclass of mitk::Mesh.
Definition: mitkPointSet.h:79
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Superclass of all classes generating point sets (instances of class mitk::PointSet) as output...
#define mitkBaseDataSourceGetOutputDeclarations