CustusX  15.3.4-beta
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::OpenCVStreamerService Class Reference

#include <cxOpenCVStreamerService.h>

Inheritance diagram for cx::OpenCVStreamerService:
cx::StreamerService

Public Member Functions

 OpenCVStreamerService (ctkPluginContext *context)
 
virtual ~OpenCVStreamerService ()
 
virtual QString getName ()
 
virtual std::vector< PropertyPtrgetSettings (QDomElement root)
 
virtual StreamerPtr createStreamer (QDomElement root)
 
- Public Member Functions inherited from cx::StreamerService
 StreamerService ()
 

Detailed Description

Date
2014-11-21
Author
Christian Askeland, SINTEF

Definition at line 54 of file cxOpenCVStreamerService.h.

Constructor & Destructor Documentation

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

Definition at line 57 of file cxOpenCVStreamerService.h.

virtual cx::OpenCVStreamerService::~OpenCVStreamerService ( )
inlinevirtual

Definition at line 58 of file cxOpenCVStreamerService.h.

Member Function Documentation

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

Return a streamer that can emit image data.

Implements cx::StreamerService.

Definition at line 65 of file cxOpenCVStreamerService.cpp.

QString cx::OpenCVStreamerService::getName ( )
virtual

Implements cx::StreamerService.

Definition at line 48 of file cxOpenCVStreamerService.cpp.

std::vector< PropertyPtr > cx::OpenCVStreamerService::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 53 of file cxOpenCVStreamerService.cpp.


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