CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::OpenIGTLinkStreamerService Class Reference

#include <cxOpenIGTLinkStreamerService.h>

Inheritance diagram for cx::OpenIGTLinkStreamerService:
cx::StreamerService

Public Member Functions

 OpenIGTLinkStreamerService (NetworkConnectionHandlePtr connection)
 
 ~OpenIGTLinkStreamerService ()
 
virtual QString getName ()
 
virtual QString getType () const
 
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

Definition at line 46 of file cxOpenIGTLinkStreamerService.h.

Constructor & Destructor Documentation

cx::OpenIGTLinkStreamerService::OpenIGTLinkStreamerService ( NetworkConnectionHandlePtr  connection)

Definition at line 40 of file cxOpenIGTLinkStreamerService.cpp.

cx::OpenIGTLinkStreamerService::~OpenIGTLinkStreamerService ( )

Definition at line 53 of file cxOpenIGTLinkStreamerService.cpp.

Member Function Documentation

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

Return a streamer that can emit image data.

Implements cx::StreamerService.

Definition at line 74 of file cxOpenIGTLinkStreamerService.cpp.

QString cx::OpenIGTLinkStreamerService::getName ( )
virtual

Implements cx::StreamerService.

Definition at line 58 of file cxOpenIGTLinkStreamerService.cpp.

std::vector< PropertyPtr > cx::OpenIGTLinkStreamerService::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 68 of file cxOpenIGTLinkStreamerService.cpp.

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

Implements cx::StreamerService.

Definition at line 63 of file cxOpenIGTLinkStreamerService.cpp.


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