Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
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 (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkContourModelToPointSetFilter_h
14 #define mitkContourModelToPointSetFilter_h
15 
16 #include "mitkCommon.h"
17 #include "mitkContourModel.h"
18 #include "mitkPointSet.h"
19 #include "mitkPointSetSource.h"
21 
22 namespace mitk
23 {
33  {
34  public:
36  itkFactorylessNewMacro(Self);
37  itkCloneMacro(Self);
38 
40  typedef OutputType::Pointer OutputTypePointer;
42 
43  protected:
45 
47 
48  void GenerateOutputInformation() override {}
49  void GenerateData() override;
50  };
51 }
52 
53 #endif
#define MITKCONTOURMODEL_EXPORT
Converts a contour set to a point set.
mitkClassMacro(ContourModelToPointSetFilter, PointSetSource)
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
Superclass of all classes generating point sets (instances of class mitk::PointSet) as output.
Data structure which stores a set of points.
Definition: mitkPointSet.h:72
Find image slices visible on a given plane.