IterativeClosestPointRegistration.
More...
#include <IterativeClosestPointRegistration.h>
|
| static const std::string | VIEW_ID = "org.mitk.views.iterativeclosestpointregistration" |
| |
|
| 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.
|
| |
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.
◆ CreateQtPartControl()
| void IterativeClosestPointRegistration::CreateQtPartControl |
( |
QWidget * | parent | ) |
|
|
overrideprotectedvirtual |
◆ MoveSurfaceBack()
| void IterativeClosestPointRegistration::MoveSurfaceBack |
( |
| ) |
|
|
protected |
◆ OnSelectionChanged()
| void IterativeClosestPointRegistration::OnSelectionChanged |
( |
berry::IWorkbenchPart::Pointer | source, |
|
|
const QList< mitk::DataNode::Pointer > & | nodes ) |
|
overrideprotectedvirtual |
◆ PerformICP()
| void IterativeClosestPointRegistration::PerformICP |
( |
| ) |
|
|
protected |
◆ SetFocus()
| void IterativeClosestPointRegistration::SetFocus |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ m_Controls
| Ui::IterativeClosestPointRegistrationControls IterativeClosestPointRegistration::m_Controls |
|
protected |
◆ m_OldTransformation
| mitk::AffineTransform3D::Pointer IterativeClosestPointRegistration::m_OldTransformation |
|
protected |
◆ VIEW_ID
| const std::string IterativeClosestPointRegistration::VIEW_ID = "org.mitk.views.iterativeclosestpointregistration" |
|
static |
The documentation for this class was generated from the following files: