11 #ifndef CXSTREAMERINTERFACENULL_H 12 #define CXSTREAMERINTERFACENULL_H 32 virtual QString getName();
33 virtual QString getType()
const;
36 virtual std::vector<PropertyPtr> getSettings(QDomElement root);
37 virtual StreamerPtr createStreamer(QDomElement root);
42 #endif // CXSTREAMERINTERFACENULL_H
virtual ~StreamerServiceNull()
Abstract class. Interface to Streamers.
boost::shared_ptr< class Streamer > StreamerPtr
Null implementation of the StreamerService.
Namespace for all CustusX production code.