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
mitkContourModelSource.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_CONTOURMODEL_SOURCE_H
18 #define _MITK_CONTOURMODEL_SOURCE_H
19 
20 #include "mitkBaseDataSource.h"
21 #include "mitkContourModel.h"
23 
24 namespace mitk
25 {
31  {
32  public:
33  mitkClassMacro(ContourModelSource, BaseDataSource) itkFactorylessNewMacro(Self) itkCloneMacro(Self)
34 
36 
37  typedef OutputType::Pointer OutputTypePointer;
38 
40 
47  virtual itk::DataObject::Pointer
48  MakeOutput(DataObjectPointerArraySizeType idx) override;
49 
56  virtual itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
57 
58  protected:
60 
61  virtual ~ContourModelSource();
62  };
63 }
64 #endif // #_MITK_CONTOURMODEL_SOURCE_H
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
#define MITKCONTOURMODEL_EXPORT
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
Superclass of all classes generating ContourModels.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
#define mitkBaseDataSourceGetOutputDeclarations