Medical Imaging Interaction Toolkit
2016.11.0
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 () | |
virtual | ~LandmarkProjector () |
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 35 of file mitkLandmarkProjector.h.
typedef itk::SmartPointer<const Self> mitk::LandmarkProjector::ConstPointer |
Definition at line 38 of file mitkLandmarkProjector.h.
Definition at line 38 of file mitkLandmarkProjector.h.
Definition at line 38 of file mitkLandmarkProjector.h.
typedef itk::Object mitk::LandmarkProjector::Superclass |
Definition at line 38 of file mitkLandmarkProjector.h.
|
protected |
Definition at line 20 of file mitkLandmarkProjector.cpp.
References m_FinalTargetLandmarks, m_ProjectedLandmarks, m_WritableFinalTargetLandmarks, and mitk::New().
|
protectedvirtual |
Definition at line 30 of file mitkLandmarkProjector.cpp.
|
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.
|
inlinevirtual |
Definition at line 38 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 47 of file mitkLandmarkProjector.cpp.
|
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.
|
virtual |
Get the parameter plane for use in AbstractTransformGeometry::SetPlane.
|
virtual |
Get the projected landmarks.
|
inlinestatic |
Definition at line 38 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.
Referenced by mitk::LandmarkProjectorBasedCurvedGeometry::SetLandmarkProjector().
|
virtual |
Set the interpolating (world-space-to-world-space) transform, which uses the landmarks.
Definition at line 36 of file mitkLandmarkProjector.cpp.
|
protected |
Definition at line 106 of file mitkLandmarkProjector.h.
|
protected |
Definition at line 110 of file mitkLandmarkProjector.h.
Referenced by LandmarkProjector().
|
protected |
Definition at line 107 of file mitkLandmarkProjector.h.
|
protected |
Definition at line 105 of file mitkLandmarkProjector.h.
|
mutableprotected |
Definition at line 108 of file mitkLandmarkProjector.h.
|
protected |
Definition at line 111 of file mitkLandmarkProjector.h.
Referenced by LandmarkProjector().
|
protected |
Definition at line 109 of file mitkLandmarkProjector.h.
Referenced by LandmarkProjector().