Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Thin-plate-spline-based landmark-based curved geometry. More...
#include <mitkPlaneLandmarkProjector.h>
Public Member Functions | |
mitkClassMacro (PlaneLandmarkProjector, LandmarkProjector) | |
Pointer | Clone () const |
virtual void | SetProjectionPlane (const mitk::PlaneGeometry *_arg) |
Set the plane-geometry to project the target-landmarks on. More... | |
virtual const mitk::PlaneGeometry * | GetProjectionPlane () |
Get the plane-geometry to project the target-landmarks on. More... | |
virtual void | ProjectLandmarks (const mitk::PointSet::DataType::PointsContainer *targetLandmarks) override |
Public Member Functions inherited from mitk::LandmarkProjector | |
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... | |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from mitk::LandmarkProjector | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
PlaneLandmarkProjector () | |
virtual | ~PlaneLandmarkProjector () |
virtual void | ComputeCompleteAbstractTransform () override |
Compute the transform from parameter space to world space incorporating the given interpolating transform, which uses the landmarks. More... | |
Protected Member Functions inherited from mitk::LandmarkProjector | |
LandmarkProjector () | |
virtual | ~LandmarkProjector () |
Protected Attributes | |
mitk::PlaneGeometry::ConstPointer | m_ProjectionPlane |
Protected Attributes inherited from mitk::LandmarkProjector | |
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 |
Additional Inherited Members | |
Public Types inherited from mitk::LandmarkProjector | |
typedef LandmarkProjector | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Thin-plate-spline-based landmark-based curved geometry.
Definition at line 30 of file mitkPlaneLandmarkProjector.h.
|
protected |
Definition at line 19 of file mitkPlaneLandmarkProjector.cpp.
|
protectedvirtual |
Definition at line 23 of file mitkPlaneLandmarkProjector.cpp.
Pointer mitk::PlaneLandmarkProjector::Clone | ( | ) | const |
|
overrideprotectedvirtual |
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().
Implements mitk::LandmarkProjector.
Definition at line 27 of file mitkPlaneLandmarkProjector.cpp.
|
virtual |
Get the plane-geometry to project the target-landmarks on.
mitk::PlaneLandmarkProjector::mitkClassMacro | ( | PlaneLandmarkProjector | , |
LandmarkProjector | |||
) |
|
static |
|
overridevirtual |
Implements mitk::LandmarkProjector.
Definition at line 34 of file mitkPlaneLandmarkProjector.cpp.
|
virtual |
Set the plane-geometry to project the target-landmarks on.
|
protected |
Definition at line 54 of file mitkPlaneLandmarkProjector.h.