Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkPlaneLandmarkProjector.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 MITKPLANELANDMARKPROJECTOR_H_HEADER_INCLUDED_C1C68A2C
14 #define MITKPLANELANDMARKPROJECTOR_H_HEADER_INCLUDED_C1C68A2C
15 
17 #include "mitkLandmarkProjector.h"
18 #include "mitkPointSet.h"
19 
20 namespace mitk
21 {
22  //##Documentation
23  //## @brief Thin-plate-spline-based landmark-based curved geometry
24  //##
25  //## @ingroup Geometry
27  {
28  public:
30 
31  itkFactorylessNewMacro(Self);
32 
33  itkCloneMacro(Self);
34 
35  //##Documentation
36  //## @brief Set the plane-geometry to project the target-landmarks on.
37  //##
38  itkSetConstObjectMacro(ProjectionPlane, mitk::PlaneGeometry);
39  //##Documentation
40  //## @brief Get the plane-geometry to project the target-landmarks on.
41  //##
42  itkGetConstObjectMacro(ProjectionPlane, mitk::PlaneGeometry);
43 
44  void ProjectLandmarks(const mitk::PointSet::DataType::PointsContainer *targetLandmarks) override;
45 
46  protected:
48  ~PlaneLandmarkProjector() override;
49 
50  void ComputeCompleteAbstractTransform() override;
51 
53  };
54 
55 } // namespace mitk
56 
57 #endif /* MITKPLANELANDMARKPROJECTOR_H_HEADER_INCLUDED_C1C68A2C */
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKALGORITHMSEXT_EXPORT
Base-class of landmark-projectors, which project the target landmarks to create source landmarks...
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:40
Thin-plate-spline-based landmark-based curved geometry.
Describes a two-dimensional, rectangular plane.
mitk::PlaneGeometry::ConstPointer m_ProjectionPlane