#include <yarp/dev/IFrameGrabberImage.h>
Definition at line 30 of file IFrameGrabberImage.h.
◆ ~vertex_t()
yarp::dev::vertex_t::~vertex_t |
( |
| ) |
|
|
virtualdefault |
◆ vertex_t() [1/2]
yarp::dev::vertex_t::vertex_t |
( |
| ) |
|
|
default |
◆ vertex_t() [2/2]
yarp::dev::vertex_t::vertex_t |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::Portable.
Definition at line 28 of file IFrameGrabberImage.cpp.
◆ write()
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::Portable.
Definition at line 45 of file IFrameGrabberImage.cpp.
int yarp::dev::vertex_t::x =0 |
int yarp::dev::vertex_t::y =0 |
The documentation for this class was generated from the following files: