YARP
Yet Another Robot Platform
IFrameWriterImage.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
#ifndef YARP_DEV_IFRAMEWRITERIMAGE_H
8
#define YARP_DEV_IFRAMEWRITERIMAGE_H
9
10
#include <
yarp/dev/api.h
>
11
#include <
yarp/sig/Image.h
>
12
13
namespace
yarp::dev
{
14
20
class
YARP_dev_API
IFrameWriterImage
21
{
22
public
:
26
virtual
~IFrameWriterImage
();
27
34
virtual
bool
putImage
(
yarp::sig::ImageOf<yarp::sig::PixelRgb>
& image) = 0;
35
};
36
37
}
// namespace yarp::dev
38
39
#endif
// YARP_DEV_IFRAMEGRABBER_H
yarp::dev::IFrameWriterImage
Read a YARP-format image to a device.
Definition:
IFrameWriterImage.h:21
yarp::dev::IFrameWriterImage::putImage
virtual bool putImage(yarp::sig::ImageOf< yarp::sig::PixelRgb > &image)=0
Write an image to the device.
yarp::dev::IFrameWriterImage::~IFrameWriterImage
virtual ~IFrameWriterImage()
Destructor.
yarp::sig::ImageOf< yarp::sig::PixelRgb >
Image.h
yarp::dev
For streams capable of holding different kinds of content, check what they actually have.
Definition:
audioBufferSizeData.cpp:13
api.h
YARP_dev_API
#define YARP_dev_API
Definition:
api.h:18
YARP
3.7.2+72-20221008.2+gitbb7fa68a9
src
libYARP_dev
src
yarp
dev
IFrameWriterImage.h
Generated on Thu Oct 27 2022 02:58:48 for YARP by
1.9.4