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
mitkContourModelToPointSetFilter.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 _mitkContourModelToPointSetFilter_h__
18 #define _mitkContourModelToPointSetFilter_h__
19 
20 #include "mitkCommon.h"
21 #include "mitkContourModel.h"
22 #include "mitkPointSet.h"
23 #include "mitkPointSetSource.h"
25 
26 namespace mitk
27 {
37  {
38  public:
39  mitkClassMacro(ContourModelToPointSetFilter, PointSetSource) itkFactorylessNewMacro(Self) itkCloneMacro(Self)
40 
42  typedef OutputType::Pointer OutputTypePointer;
44 
45  protected:
47 
48  virtual ~ContourModelToPointSetFilter();
49 
50  void GenerateOutputInformation() override {}
51  void GenerateData() override;
52  };
53 }
54 
55 #endif
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
Converts a contour set to a point set.
#define MITKCONTOURMODEL_EXPORT
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...