|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Base-class of landmark-projectors, which project the target landmarks to create source landmarks. More...
#include <mitkLandmarkProjector.h>


Public Types | |
| typedef LandmarkProjector | Self |
| typedef itk::Object | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| virtual const char * | GetClassName () const |
| virtual void | SetInterpolatingAbstractTransform (vtkAbstractTransform *anInterpolatingAbstractTransform) |
| Set the interpolating (world-space-to-world-space) transform, which uses the landmarks. More... | |
| virtual vtkAbstractTransform * | GetInterpolatingAbstractTransform () const |
| Get the interpolating (world-space-to-world-space) transform, which uses the landmarks. More... | |
| virtual void | SetFrameGeometry (const mitk::BaseGeometry *_arg) |
| Set frame geometry within which the interpolation shall occur. More... | |
| virtual const mitk::BaseGeometry * | GetFrameGeometry () |
| Get frame geometry within which the interpolation shall occur. More... | |
| virtual const mitk::PlaneGeometry * | GetParameterPlane () |
| Get the parameter plane for use in AbstractTransformGeometry::SetPlane. More... | |
| virtual const mitk::PointSet::DataType::PointsContainer * | GetProjectedLandmarks () |
| Get the projected landmarks. More... | |
| virtual const mitk::PointSet::DataType::PointsContainer * | GetFinalTargetLandmarks () |
| Get the final target landmarks to use for the interpolating transform. More... | |
| virtual vtkAbstractTransform * | GetCompleteAbstractTransform () const |
| Get the transform from parameter space to world space incorporating the given interpolating transform, which uses the landmarks. More... | |
| virtual void | ProjectLandmarks (const mitk::PointSet::DataType::PointsContainer *targetLandmarks)=0 |
Static Public Member Functions | |
| static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
| LandmarkProjector () | |
| ~LandmarkProjector () override | |
| virtual void | ComputeCompleteAbstractTransform ()=0 |
| Compute the transform from parameter space to world space incorporating the given interpolating transform, which uses the landmarks. More... | |
Protected Attributes | |
| vtkAbstractTransform * | m_InterpolatingAbstractTransform |
| vtkAbstractTransform * | m_CompleteAbstractTransform |
| mitk::BaseGeometry::ConstPointer | m_FrameGeometry |
| mitk::PlaneGeometry::ConstPointer | m_ParameterPlane |
| mitk::PointSet::DataType::PointsContainer::Pointer | m_WritableFinalTargetLandmarks |
| mitk::PointSet::DataType::PointsContainer::ConstPointer | m_FinalTargetLandmarks |
| mitk::PointSet::DataType::PointsContainer::Pointer | m_ProjectedLandmarks |
Base-class of landmark-projectors, which project the target landmarks to create source landmarks.
Definition at line 31 of file mitkLandmarkProjector.h.
| typedef itk::SmartPointer<const Self> mitk::LandmarkProjector::ConstPointer |
Definition at line 34 of file mitkLandmarkProjector.h.
Definition at line 34 of file mitkLandmarkProjector.h.
Definition at line 34 of file mitkLandmarkProjector.h.
| typedef itk::Object mitk::LandmarkProjector::Superclass |
Definition at line 34 of file mitkLandmarkProjector.h.
|
protected |
Definition at line 16 of file mitkLandmarkProjector.cpp.
References m_FinalTargetLandmarks, m_ProjectedLandmarks, and m_WritableFinalTargetLandmarks.
|
overrideprotected |
Definition at line 26 of file mitkLandmarkProjector.cpp.
References m_InterpolatingAbstractTransform.
|
protectedpure virtual |
Compute the transform from parameter space to world space incorporating the given interpolating transform, which uses the landmarks.
Called after a new interpolating transform is set via SetInterpolatingAbstractTransform().
Implemented in mitk::PlaneLandmarkProjector.
Referenced by SetInterpolatingAbstractTransform().
|
inlinevirtual |
Definition at line 34 of file mitkLandmarkProjector.h.
|
virtual |
|
virtual |
Get the transform from parameter space to world space incorporating the given interpolating transform, which uses the landmarks.
Definition at line 43 of file mitkLandmarkProjector.cpp.
References m_CompleteAbstractTransform.
|
virtual |
Get the final target landmarks to use for the interpolating transform.
|
virtual |
Get frame geometry within which the interpolation shall occur.
Used as a hint, may be ignored depending on the concrete sub-classes.
|
virtual |
Get the interpolating (world-space-to-world-space) transform, which uses the landmarks.
Referenced by mitk::PlaneLandmarkProjector::ComputeCompleteAbstractTransform().
|
virtual |
Get the parameter plane for use in AbstractTransformGeometry::SetPlane.
|
virtual |
Get the projected landmarks.
|
inlinestatic |
Definition at line 34 of file mitkLandmarkProjector.h.
|
pure virtual |
Implemented in mitk::PlaneLandmarkProjector.
|
virtual |
Set frame geometry within which the interpolation shall occur.
Used as a hint, may be ignored depending on the concrete sub-classes.
|
virtual |
Set the interpolating (world-space-to-world-space) transform, which uses the landmarks.
Definition at line 32 of file mitkLandmarkProjector.cpp.
References ComputeCompleteAbstractTransform(), and m_InterpolatingAbstractTransform.
|
protected |
Definition at line 102 of file mitkLandmarkProjector.h.
Referenced by mitk::PlaneLandmarkProjector::ComputeCompleteAbstractTransform(), and GetCompleteAbstractTransform().
|
protected |
Definition at line 106 of file mitkLandmarkProjector.h.
Referenced by LandmarkProjector(), and mitk::PlaneLandmarkProjector::ProjectLandmarks().
|
protected |
Definition at line 103 of file mitkLandmarkProjector.h.
|
protected |
Definition at line 101 of file mitkLandmarkProjector.h.
Referenced by SetInterpolatingAbstractTransform(), and ~LandmarkProjector().
|
mutableprotected |
Definition at line 104 of file mitkLandmarkProjector.h.
Referenced by mitk::PlaneLandmarkProjector::ProjectLandmarks().
|
protected |
Definition at line 107 of file mitkLandmarkProjector.h.
Referenced by LandmarkProjector(), and mitk::PlaneLandmarkProjector::ProjectLandmarks().
|
protected |
Definition at line 105 of file mitkLandmarkProjector.h.
Referenced by LandmarkProjector().