MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
IterativeClosestPointRegistration Class Reference

IterativeClosestPointRegistration. More...

#include <IterativeClosestPointRegistration.h>

Inheritance diagram for IterativeClosestPointRegistration:

Static Public Attributes

static const std::string VIEW_ID = "org.mitk.views.iterativeclosestpointregistration"
 

Protected Member Functions

virtual void CreateQtPartControl (QWidget *parent) override
 
virtual void SetFocus () override
 
virtual void OnSelectionChanged (berry::IWorkbenchPart::Pointer source, const QList< mitk::DataNode::Pointer > &nodes) override
 called by QmitkFunctionality when DataManager's selection has changed
 
void PerformICP ()
 Called when the user clicks the GUI button perform the ICP.
 
void MoveSurfaceBack ()
 Called when the user clicks the GUI button to move the surface back.
 

Protected Attributes

mitk::AffineTransform3D::Pointer m_OldTransformation
 
Ui::IterativeClosestPointRegistrationControls m_Controls
 

Detailed Description

IterativeClosestPointRegistration.

Warning
This class is not yet documented. Use "git blame" and ask the author to provide basic documentation.
See also
QmitkAbstractView ${}

Definition at line 35 of file IterativeClosestPointRegistration.h.

Member Function Documentation

◆ CreateQtPartControl()

void IterativeClosestPointRegistration::CreateQtPartControl ( QWidget * parent)
overrideprotectedvirtual

Definition at line 41 of file IterativeClosestPointRegistration.cpp.

◆ MoveSurfaceBack()

void IterativeClosestPointRegistration::MoveSurfaceBack ( )
protected

Called when the user clicks the GUI button to move the surface back.

Definition at line 94 of file IterativeClosestPointRegistration.cpp.

◆ OnSelectionChanged()

void IterativeClosestPointRegistration::OnSelectionChanged ( berry::IWorkbenchPart::Pointer source,
const QList< mitk::DataNode::Pointer > & nodes )
overrideprotectedvirtual

called by QmitkFunctionality when DataManager's selection has changed

Definition at line 57 of file IterativeClosestPointRegistration.cpp.

◆ PerformICP()

void IterativeClosestPointRegistration::PerformICP ( )
protected

Called when the user clicks the GUI button perform the ICP.

Definition at line 63 of file IterativeClosestPointRegistration.cpp.

◆ SetFocus()

void IterativeClosestPointRegistration::SetFocus ( )
overrideprotectedvirtual

Definition at line 37 of file IterativeClosestPointRegistration.cpp.

Member Data Documentation

◆ m_Controls

Ui::IterativeClosestPointRegistrationControls IterativeClosestPointRegistration::m_Controls
protected

Definition at line 61 of file IterativeClosestPointRegistration.h.

◆ m_OldTransformation

mitk::AffineTransform3D::Pointer IterativeClosestPointRegistration::m_OldTransformation
protected

Definition at line 59 of file IterativeClosestPointRegistration.h.

◆ VIEW_ID

const std::string IterativeClosestPointRegistration::VIEW_ID = "org.mitk.views.iterativeclosestpointregistration"
static

Definition at line 42 of file IterativeClosestPointRegistration.h.


The documentation for this class was generated from the following files: