Fraxinus  18.10
An IGT application
cxImageFileStreamerService.h
Go to the documentation of this file.
1 /*=========================================================================
2 This file is part of CustusX, an Image Guided Therapy Application.
3 
4 Copyright (c) SINTEF Department of Medical Technology.
5 All rights reserved.
6 
7 CustusX is released under a BSD 3-Clause license.
8 
9 See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10 =========================================================================*/
11 #ifndef CXIMAGEFILESTREAMERSERVICE_H
12 #define CXIMAGEFILESTREAMERSERVICE_H
13 
14 #include "org_custusx_core_video_Export.h"
15 #include "cxStreamerService.h"
16 class ctkPluginContext;
17 
18 namespace cx
19 {
20 typedef boost::shared_ptr<class StringPropertyBase> StringPropertyBasePtr;
21 typedef boost::shared_ptr<class DoublePropertyBase> DoublePropertyBasePtr;
22 typedef boost::shared_ptr<class BoolPropertyBase> BoolPropertyBasePtr;
23 
24 
31 class org_custusx_core_video_EXPORT ImageFileStreamerService : public StreamerService
32 {
33 public:
34  ImageFileStreamerService(ctkPluginContext *context) {}
36  virtual QString getName();
37  virtual QString getType() const;
38  virtual void stop() {}
39  virtual std::vector<PropertyPtr> getSettings(QDomElement root);
40  virtual StreamerPtr createStreamer(QDomElement root);
41 private:
42 };
43 
44 } //end namespace cx
45 
46 #endif // CXIMAGEFILESTREAMERSERVICE_H
ImageFileStreamerService(ctkPluginContext *context)
boost::shared_ptr< class StringPropertyBase > StringPropertyBasePtr
boost::shared_ptr< class BoolPropertyBase > BoolPropertyBasePtr
boost::shared_ptr< class DoublePropertyBase > DoublePropertyBasePtr
Abstract class. Interface to Streamers.
boost::shared_ptr< class Streamer > StreamerPtr
Namespace for all CustusX production code.