CustusX
15.3.3-beta
An IGT application
|
#include <cxImageFileStreamerService.h>
Public Member Functions | |
ImageFileStreamerService (ctkPluginContext *context) | |
virtual | ~ImageFileStreamerService () |
virtual QString | getName () |
virtual std::vector< PropertyPtr > | getSettings (QDomElement root) |
virtual StreamerPtr | createStreamer (QDomElement root) |
Public Member Functions inherited from cx::StreamerService | |
StreamerService () | |
Definition at line 52 of file cxImageFileStreamerService.h.
|
inline |
Definition at line 55 of file cxImageFileStreamerService.h.
|
inlinevirtual |
Definition at line 56 of file cxImageFileStreamerService.h.
|
virtual |
Return a streamer that can emit image data.
Implements cx::StreamerService.
Definition at line 68 of file cxImageFileStreamerService.cpp.
|
virtual |
Implements cx::StreamerService.
Definition at line 50 of file cxImageFileStreamerService.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 cxImageFileStreamerService.cpp.