CustusX
22.04-rc2
An IGT application
|
#include <cxIGTLinkStreamerService.h>
Public Member Functions | |
IGTLinkStreamerService (ctkPluginContext *context) | |
virtual | ~IGTLinkStreamerService () |
virtual QString | getName () |
virtual QString | getType () const |
virtual void | stop () |
virtual std::vector< PropertyPtr > | getSettings (QDomElement root) |
virtual StreamerPtr | createStreamer (QDomElement root) |
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 29 of file cxIGTLinkStreamerService.h.
|
inline |
Definition at line 33 of file cxIGTLinkStreamerService.h.
|
inlinevirtual |
Definition at line 34 of file cxIGTLinkStreamerService.h.
|
virtual |
Return a streamer that can emit image data.
Implements cx::StreamerService.
Definition at line 38 of file cxIGTLinkStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 20 of file cxIGTLinkStreamerService.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 30 of file cxIGTLinkStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 25 of file cxIGTLinkStreamerService.cpp.
|
inlinevirtual |
Implements cx::StreamerService.
Definition at line 37 of file cxIGTLinkStreamerService.h.