CustusX
22.04-rc2
An IGT application
|
#include <cxOpenIGTLinkStreamerService.h>
Public Member Functions | |
OpenIGTLinkStreamerService (NetworkHandlerPtr networkHandler, TrackingServicePtr trackingService) | |
virtual | ~OpenIGTLinkStreamerService () |
virtual QString | getName () |
virtual QString | getType () const |
virtual std::vector< PropertyPtr > | getSettings (QDomElement root) |
virtual StreamerPtr | createStreamer (QDomElement root) |
virtual void | stop () |
Public Member Functions inherited from cx::StreamerService | |
StreamerService () | |
Additional Inherited Members | |
Static Public Member Functions inherited from cx::StreamerService | |
static StreamerServicePtr | getNullObject () |
Definition at line 30 of file cxOpenIGTLinkStreamerService.h.
cx::OpenIGTLinkStreamerService::OpenIGTLinkStreamerService | ( | NetworkHandlerPtr | networkHandler, |
TrackingServicePtr | trackingService | ||
) |
Definition at line 25 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Definition at line 40 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Return a streamer that can emit image data.
Implements cx::StreamerService.
Definition at line 65 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 45 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 55 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 50 of file cxOpenIGTLinkStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 71 of file cxOpenIGTLinkStreamerService.cpp.