![]() |
CustusX
16.5.0-rc9
An IGT application
|
#include <cxOpenIGTLinkStreamerService.h>
Public Member Functions | |
OpenIGTLinkStreamerService (NetworkConnectionHandlePtr connection) | |
~OpenIGTLinkStreamerService () | |
virtual QString | getName () |
virtual QString | getType () const |
virtual std::vector< PropertyPtr > | getSettings (QDomElement root) |
virtual StreamerPtr | createStreamer (QDomElement root) |
![]() | |
StreamerService () | |
Additional Inherited Members | |
![]() | |
static StreamerServicePtr | getNullObject () |
Definition at line 46 of file cxOpenIGTLinkStreamerService.h.
cx::OpenIGTLinkStreamerService::OpenIGTLinkStreamerService | ( | NetworkConnectionHandlePtr | connection | ) |
Definition at line 40 of file cxOpenIGTLinkStreamerService.cpp.
cx::OpenIGTLinkStreamerService::~OpenIGTLinkStreamerService | ( | ) |
Definition at line 53 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Return a streamer that can emit image data.
Implements cx::StreamerService.
Definition at line 74 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 58 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Fill settings for this algorithm. Input is the root node for this algo, filled with stored settings (if any). On completion, the root is filled with default values for settings.
Implements cx::StreamerService.
Definition at line 68 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 63 of file cxOpenIGTLinkStreamerService.cpp.