Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkGeometryDataSource.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 MITKGEOMETRYDATASOURCE_H_HEADER_INCLUDED_C10B4740
18 #define MITKGEOMETRYDATASOURCE_H_HEADER_INCLUDED_C10B4740
19 
21 #include "mitkBaseDataSource.h"
22 
23 namespace mitk
24 {
25  class GeometryData;
26 
39  {
40  public:
42 
44 
46 
53  virtual itk::DataObject::Pointer
54  MakeOutput(DataObjectPointerArraySizeType idx) override;
55 
62  virtual itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
63 
64  protected:
66  virtual ~GeometryDataSource();
67  };
68 
69 } // namespace mitk
70 
71 #endif /* MITKGEOMETRYDATASOURCE_H_HEADER_INCLUDED_C10B4740 */
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
Superclass of all classes generating GeometryData (instances of class GeometryData) as output...
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKALGORITHMSEXT_EXPORT
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Data class only having a BaseGeometry but not containing any specific data.
#define mitkBaseDataSourceGetOutputDeclarations