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

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>

Inheritance diagram for QmitkToFTutorialView:

Public Member Functions

 QmitkToFTutorialView ()
 
 ~QmitkToFTutorialView () override
 
void CreateQtPartControl (QWidget *parent) override
 
void SetFocus () override
 

Static Public Attributes

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

Protected Slots

void OnStep1 ()
 Called when the user clicks the Step 1 button.
 
void OnStep2 ()
 Called when the user clicks the Step 2 button.
 

Protected Member Functions

void RemoveAllNodesFromDataStorage ()
 

Protected Attributes

Ui::QmitkToFTutorialViewControls * m_Controls
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ QmitkToFTutorialView()

QmitkToFTutorialView::QmitkToFTutorialView ( )

Definition at line 35 of file QmitkToFTutorialView.cpp.

◆ ~QmitkToFTutorialView()

QmitkToFTutorialView::~QmitkToFTutorialView ( )
override

Definition at line 41 of file QmitkToFTutorialView.cpp.

Member Function Documentation

◆ CreateQtPartControl()

void QmitkToFTutorialView::CreateQtPartControl ( QWidget * parent)
override

Definition at line 45 of file QmitkToFTutorialView.cpp.

◆ OnStep1

void QmitkToFTutorialView::OnStep1 ( )
protectedslot

Called when the user clicks the Step 1 button.

Definition at line 64 of file QmitkToFTutorialView.cpp.

◆ OnStep2

void QmitkToFTutorialView::OnStep2 ( )
protectedslot

Called when the user clicks the Step 2 button.

Definition at line 123 of file QmitkToFTutorialView.cpp.

◆ RemoveAllNodesFromDataStorage()

void QmitkToFTutorialView::RemoveAllNodesFromDataStorage ( )
protected

Definition at line 173 of file QmitkToFTutorialView.cpp.

◆ SetFocus()

void QmitkToFTutorialView::SetFocus ( )
override

Sets the focus to an internal widget.

Definition at line 59 of file QmitkToFTutorialView.cpp.

Member Data Documentation

◆ m_Controls

Ui::QmitkToFTutorialViewControls* QmitkToFTutorialView::m_Controls
protected

Definition at line 60 of file QmitkToFTutorialView.h.

◆ VIEW_ID

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

Definition at line 37 of file QmitkToFTutorialView.h.


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