Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkContourModelToSurfaceFilter.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_TO_Surface_FILTER_H_
18 #define _MITK_CONTOURMODEL_TO_Surface_FILTER_H_
19 
20 #include "mitkCommon.h"
22 
23 #include "mitkContourModel.h"
24 #include "mitkContourModelSource.h"
25 
26 #include <mitkSurfaceSource.h>
27 
28 namespace mitk
29 {
31  {
32  public:
35 
37  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
38 
40 
42 
43  void GenerateOutputInformation() override;
44 
46  using Superclass::SetInput;
47  virtual void SetInput(const InputType *input);
48  virtual void SetInput(unsigned int idx, const InputType *input);
49  const InputType *GetInput(void);
50  const InputType *GetInput(unsigned int idx);
51 
52  protected:
54  ~ContourModelToSurfaceFilter();
55 
56  virtual void GenerateData() override;
57  };
58 }
59 #endif
Superclass of all classes generating surfaces (instances of class Surface) as output.
Class for storing surfaces (vtkPolyData).
Definition: mitkSurface.h:32
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.
itkEventMacroDeclaration(FocusChangedEvent, itk::AnyEvent) class MITKCORE_EXPORT TestingRenderingManager typedef RenderingManager Superclass
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44