CustusX  2023.01.05-dev+develop.0da12
An IGT application
cx::ImageFileStreamerService Class Reference

#include <cxImageFileStreamerService.h>

Inheritance diagram for cx::ImageFileStreamerService:
cx::StreamerService

Public Member Functions

 ImageFileStreamerService (ctkPluginContext *context)
 
virtual ~ImageFileStreamerService ()
 
virtual QString getName ()
 
virtual QString getType () const
 
virtual void stop ()
 
virtual std::vector< PropertyPtrgetSettings (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 ()
 

Detailed Description

Date
2014-11-21
Author
Christian Askeland, SINTEF

Definition at line 31 of file cxImageFileStreamerService.h.

Constructor & Destructor Documentation

cx::ImageFileStreamerService::ImageFileStreamerService ( ctkPluginContext *  context)
inline

Definition at line 34 of file cxImageFileStreamerService.h.

virtual cx::ImageFileStreamerService::~ImageFileStreamerService ( )
inlinevirtual

Definition at line 35 of file cxImageFileStreamerService.h.

Member Function Documentation

StreamerPtr cx::ImageFileStreamerService::createStreamer ( QDomElement  root)
virtual

Return a streamer that can emit image data.

Implements cx::StreamerService.

Definition at line 54 of file cxImageFileStreamerService.cpp.

QString cx::ImageFileStreamerService::getName ( )
virtual

-----------------------------------------------------—


Implements cx::StreamerService.

Definition at line 31 of file cxImageFileStreamerService.cpp.

std::vector< PropertyPtr > cx::ImageFileStreamerService::getSettings ( QDomElement  root)
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 41 of file cxImageFileStreamerService.cpp.

QString cx::ImageFileStreamerService::getType ( ) const
virtual

Implements cx::StreamerService.

Definition at line 36 of file cxImageFileStreamerService.cpp.

virtual void cx::ImageFileStreamerService::stop ( )
inlinevirtual

Implements cx::StreamerService.

Definition at line 38 of file cxImageFileStreamerService.h.


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