Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkSurfaceSource.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 MITKSURFACEDATASOURCE_H_HEADER_INCLUDED_C10B4740
18 #define MITKSURFACEDATASOURCE_H_HEADER_INCLUDED_C10B4740
19 
20 #include "mitkBaseDataSource.h"
21 
22 namespace mitk
23 {
24  class Surface;
25 
38  {
39  public:
40  mitkClassMacro(SurfaceSource, BaseDataSource) itkFactorylessNewMacro(Self) itkCloneMacro(Self)
41 
43 
45 
52  virtual itk::DataObject::Pointer
53  MakeOutput(DataObjectPointerArraySizeType idx) override;
54 
61  virtual itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
62 
63  protected:
64  SurfaceSource();
65 
66  virtual ~SurfaceSource();
67  };
68 
69 } // namespace mitk
70 
71 #endif /* MITKSURFACEDATASOURCE_H_HEADER_INCLUDED_C10B4740 */
Superclass of all classes generating surfaces (instances of class Surface) as output.
Class for storing surfaces (vtkPolyData).
Definition: mitkSurface.h:32
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.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
#define mitkBaseDataSourceGetOutputDeclarations