Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkNavigationDataDisplacementFilter.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 
14 #ifndef MITKNavigationDataDisplacementFilter_H_HEADER_INCLUDED_
15 #define MITKNavigationDataDisplacementFilter_H_HEADER_INCLUDED_
16 
18 
19 namespace mitk
20 {
30  {
31  public:
33  itkFactorylessNewMacro(Self);
34  itkCloneMacro(Self);
37  itkSetMacro(Transform6DOF, bool);
38  itkGetMacro(Transform6DOF, bool);
39 
40  void SetTransformation( mitk::AffineTransform3D::Pointer transform );
41 
48  void SetParameters(const mitk::PropertyList* p) override;
49 
59  mitk::PropertyList::ConstPointer GetParameters() const override;
60 
61  protected:
64 
70  void GenerateData() override;
71 
73 
75 
76  mitk::NavigationData::Pointer m_Transformation;
77 
78  };
79 } // namespace mitk
80 #endif /* MITKNAVIGATIONDATATONAVIGATIONDATAFILTER_H_HEADER_INCLUDED_ */
NavigationDataToNavigationDataFilter is the base class of all filters that receive NavigationDatas as...
NavigationDataDisplacementFilter adds an offset to navigation data objects.
DataCollection - Class to facilitate loading/accessing structured data.
Key-value list holding instances of BaseProperty.
#define mitkSetVectorMacro(name, type)
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:40
#define mitkGetVectorMacro(name, type)
mitk::Vector3D m_Offset
offset that is added to all inputs