MITK-IGT
IGT Extension of MITK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
OpenIGTLinkExample Class Reference

OpenIGTLinkExample. More...

#include <OpenIGTLinkExample.h>

Inheritance diagram for OpenIGTLinkExample:

Public Member Functions

 ~OpenIGTLinkExample () override
 

Static Public Attributes

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

Protected Slots

void Start ()
 
void UpdatePipeline ()
 

Protected Member Functions

void CreateQtPartControl (QWidget *parent) override
 
void SetFocus () override
 
void CreatePipeline ()
 
void DestroyPipeline ()
 
void ResizeBoundingBox ()
 To initialize the scene to the bounding box of all visible objects.
 

Protected Attributes

Ui::OpenIGTLinkExampleControls m_Controls
 
mitk::IGTLClient::Pointer m_IGTLClient
 
mitk::IGTLDeviceSource::Pointer m_IGTLDeviceSource
 
mitk::IGTLMessageToNavigationDataFilter::Pointer m_IGTLMsgToNavDataFilter
 
mitk::NavigationDataObjectVisualizationFilter::Pointer m_VisFilter
 
QList< mitk::DataNode::Pointer > m_DemoNodes
 
QTimer m_Timer
 

Detailed Description

OpenIGTLinkExample.

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

Definition at line 38 of file OpenIGTLinkExample.h.

Constructor & Destructor Documentation

◆ ~OpenIGTLinkExample()

OpenIGTLinkExample::~OpenIGTLinkExample ( )
override

Definition at line 46 of file OpenIGTLinkExample.cpp.

Member Function Documentation

◆ CreatePipeline()

void OpenIGTLinkExample::CreatePipeline ( )
protected

Definition at line 80 of file OpenIGTLinkExample.cpp.

◆ CreateQtPartControl()

void OpenIGTLinkExample::CreateQtPartControl ( QWidget * parent)
overrideprotected

Definition at line 56 of file OpenIGTLinkExample.cpp.

◆ DestroyPipeline()

void OpenIGTLinkExample::DestroyPipeline ( )
protected

Definition at line 124 of file OpenIGTLinkExample.cpp.

◆ ResizeBoundingBox()

void OpenIGTLinkExample::ResizeBoundingBox ( )
protected

To initialize the scene to the bounding box of all visible objects.

Definition at line 209 of file OpenIGTLinkExample.cpp.

◆ SetFocus()

void OpenIGTLinkExample::SetFocus ( )
overrideprotected

Definition at line 42 of file OpenIGTLinkExample.cpp.

◆ Start

void OpenIGTLinkExample::Start ( )
protectedslot

Definition at line 134 of file OpenIGTLinkExample.cpp.

◆ UpdatePipeline

void OpenIGTLinkExample::UpdatePipeline ( )
protectedslot

Definition at line 162 of file OpenIGTLinkExample.cpp.

Member Data Documentation

◆ m_Controls

Ui::OpenIGTLinkExampleControls OpenIGTLinkExample::m_Controls
protected

Definition at line 65 of file OpenIGTLinkExample.h.

◆ m_DemoNodes

QList<mitk::DataNode::Pointer> OpenIGTLinkExample::m_DemoNodes
protected

Definition at line 70 of file OpenIGTLinkExample.h.

◆ m_IGTLClient

mitk::IGTLClient::Pointer OpenIGTLinkExample::m_IGTLClient
protected

Definition at line 66 of file OpenIGTLinkExample.h.

◆ m_IGTLDeviceSource

mitk::IGTLDeviceSource::Pointer OpenIGTLinkExample::m_IGTLDeviceSource
protected

Definition at line 67 of file OpenIGTLinkExample.h.

◆ m_IGTLMsgToNavDataFilter

mitk::IGTLMessageToNavigationDataFilter::Pointer OpenIGTLinkExample::m_IGTLMsgToNavDataFilter
protected

Definition at line 68 of file OpenIGTLinkExample.h.

◆ m_Timer

QTimer OpenIGTLinkExample::m_Timer
protected

Definition at line 72 of file OpenIGTLinkExample.h.

◆ m_VisFilter

mitk::NavigationDataObjectVisualizationFilter::Pointer OpenIGTLinkExample::m_VisFilter
protected

Definition at line 69 of file OpenIGTLinkExample.h.

◆ VIEW_ID

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

Definition at line 47 of file OpenIGTLinkExample.h.


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