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
mitkPointSetToPointSetFilter.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 _mitkpointsettopointsetfilter_h
18 #define _mitkpointsettopointsetfilter_h
19 
20 #include "mitkPointSetSource.h"
21 #include <MitkCoreExports.h>
22 
23 namespace mitk
24 {
31  {
32  public:
34 
35  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
36 
38 
40 
41  typedef InputType::Pointer InputTypePointer;
42 
43  typedef InputType::ConstPointer InputTypeConstPointer;
44 
45  using itk::ProcessObject::SetInput;
50  virtual void SetInput(const InputType *input);
51 
56  virtual void SetInput(const unsigned int &idx, const InputType *input);
57 
61  const InputType *GetInput(void);
62 
67  const InputType *GetInput(const unsigned int &idx);
68 
69  protected:
74 
78  virtual ~PointSetToPointSetFilter();
79 
80  private:
81  void operator=(const Self &); // purposely not implemented
82  };
83 
84 } // end of namespace mitk
85 
86 #endif
#define MITKCORE_EXPORT
Base of all data objects.
Definition: mitkBaseData.h:39
Superclass of all classes/algorithms having one or more PointSets as input and output.
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...