68 inline operator bool()
const {
return static_cast<bool>(
m_data); }
virtual ICLIO_API void send(const core::ImgBase *image)
sender method
ICLIO_API ZmqImageOutput(int port=44444)
Create UdpImageOutput with given targetPC and port.
bool isNull() const
returns whether this is a null instance
Definition: ZmqImageOutput.h:65
undocument this line if you encounter any issues!
Definition: Any.h:37
image output implementation using the ZeroMQ (ZMQ) framwork
Definition: ZmqImageOutput.h:39
ICLIO_API void init(int port=44444)
deferred initialization
#define ICLIO_API
Definition: CompatMacros.h:176
ICLIO_API ~ZmqImageOutput()
Destructor.
Data * m_data
pimpl type
Definition: ZmqImageOutput.h:41
Minimal interface for image output classes.
Definition: ImageOutput.h:54
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131