32 #ifndef CXIGTLINKSTREAMERSERVICE_H
33 #define CXIGTLINKSTREAMERSERVICE_H
35 #include "org_custusx_core_video_Export.h"
37 class ctkPluginContext;
56 virtual QString getName();
57 virtual QString getType()
const;
58 virtual std::vector<PropertyPtr> getSettings(QDomElement root);
59 virtual StreamerPtr createStreamer(QDomElement root);
67 #endif // CXIGTLINKSTREAMERSERVICE_H
boost::shared_ptr< class StringPropertyBase > StringPropertyBasePtr
boost::shared_ptr< class DoublePropertyBase > DoublePropertyBasePtr
virtual ~IGTLinkStreamerService()
Abstract class. Interface to Streamers.
IGTLinkStreamerService(ctkPluginContext *context)
boost::shared_ptr< class Streamer > StreamerPtr