11 #ifndef CXOPENCVSTREAMERSERVICE_H 12 #define CXOPENCVSTREAMERSERVICE_H 14 #include "org_custusx_core_video_Export.h" 18 class ctkPluginContext;
24 typedef boost::shared_ptr<class Property>
PropertyPtr;
38 virtual QString getName();
39 virtual QString getType()
const;
41 virtual std::vector<PropertyPtr> getSettings(QDomElement root);
42 virtual StreamerPtr createStreamer(QDomElement root);
49 #endif // CXOPENCVSTREAMERSERVICE_H
OpenCVStreamerService(ctkPluginContext *context)
boost::shared_ptr< class StringPropertyBase > StringPropertyBasePtr
boost::shared_ptr< class Property > PropertyPtr
boost::shared_ptr< class BoolPropertyBase > BoolPropertyBasePtr
boost::shared_ptr< class DoublePropertyBase > DoublePropertyBasePtr
virtual ~OpenCVStreamerService()
Abstract class. Interface to Streamers.
boost::shared_ptr< class Streamer > StreamerPtr
Namespace for all CustusX production code.