QmitkToFTutorialView is a tutorial showing the basic implementation techniques of MITK-ToF Step 1 shows how to acquire images from a tof camera Step 2 shows how to apply a processing filter to generate a surface from a range image.
More...
#include <QmitkToFTutorialView.h>
|
| static const std::string | VIEW_ID = "org.mitk.views.toftutorial" |
| |
|
| void | OnStep1 () |
| | Called when the user clicks the Step 1 button.
|
| |
| void | OnStep2 () |
| | Called when the user clicks the Step 2 button.
|
| |
QmitkToFTutorialView is a tutorial showing the basic implementation techniques of MITK-ToF Step 1 shows how to acquire images from a tof camera Step 2 shows how to apply a processing filter to generate a surface from a range image.
Definition at line 29 of file QmitkToFTutorialView.h.
◆ QmitkToFTutorialView()
| QmitkToFTutorialView::QmitkToFTutorialView |
( |
| ) |
|
◆ ~QmitkToFTutorialView()
| QmitkToFTutorialView::~QmitkToFTutorialView |
( |
| ) |
|
|
override |
◆ CreateQtPartControl()
| void QmitkToFTutorialView::CreateQtPartControl |
( |
QWidget * | parent | ) |
|
|
override |
◆ OnStep1
| void QmitkToFTutorialView::OnStep1 |
( |
| ) |
|
|
protectedslot |
◆ OnStep2
| void QmitkToFTutorialView::OnStep2 |
( |
| ) |
|
|
protectedslot |
◆ RemoveAllNodesFromDataStorage()
| void QmitkToFTutorialView::RemoveAllNodesFromDataStorage |
( |
| ) |
|
|
protected |
◆ SetFocus()
| void QmitkToFTutorialView::SetFocus |
( |
| ) |
|
|
override |
◆ m_Controls
| Ui::QmitkToFTutorialViewControls* QmitkToFTutorialView::m_Controls |
|
protected |
◆ VIEW_ID
| const std::string QmitkToFTutorialView::VIEW_ID = "org.mitk.views.toftutorial" |
|
static |
The documentation for this class was generated from the following files: