Camera format description.
More...
#include <CameraFormat.h>
Camera format description.
| rec::robotino::api2::CameraFormat::CameraFormat |
( |
| ) |
|
|
inline |
Constructs a camera format description with empty name and size 0.
| rec::robotino::api2::CameraFormat::CameraFormat |
( |
unsigned int |
width_, |
|
|
unsigned int |
height_, |
|
|
const char * |
name |
|
) |
| |
|
inline |
Constructs a camera format description.
- Parameters
-
| width_ | Image width. |
| height_ | Image height. |
| name | Description name. |
References setName().
| rec::robotino::api2::CameraFormat::CameraFormat |
( |
const CameraFormat & |
other | ) |
|
|
inline |
Copys an existing camera format description.
- Parameters
-
| other | Existing description to copy. |
References setName().
| virtual rec::robotino::api2::CameraFormat::~CameraFormat |
( |
| ) |
|
|
inlinevirtual |
| const char* rec::robotino::api2::CameraFormat::name |
( |
| ) |
const |
|
inline |
Read the format name
- Returns
- Format name
Copys an existing camera format description.
- Parameters
-
| other | Existing description to copy. |
References height, setName(), and width.
| void rec::robotino::api2::CameraFormat::setName |
( |
const char * |
str | ) |
|
|
inline |
| unsigned int rec::robotino::api2::CameraFormat::height |
| unsigned int rec::robotino::api2::CameraFormat::width |
The documentation for this class was generated from the following file:
- /home/verbeek/srcs/openrobotino/api2/lib/rec/robotino/api2/CameraFormat.h