#include <Image.h>
§ Image() [1/2]
§ Image() [2/2]
| Image::Image |
( |
const Image & |
org | ) |
|
§ ~Image()
§ applyVerticalFlip()
| void Image::applyVerticalFlip |
( |
| ) |
|
§ clear()
§ empty()
| bool cnoid::Image::empty |
( |
| ) |
const |
|
inline |
§ hasAlphaComponent()
| bool cnoid::Image::hasAlphaComponent |
( |
| ) |
const |
|
inline |
§ height()
| int cnoid::Image::height |
( |
| ) |
const |
|
inline |
§ load()
| void Image::load |
( |
const std::string & |
filename | ) |
|
§ numComponents()
| int cnoid::Image::numComponents |
( |
| ) |
const |
|
inline |
§ operator=()
§ pixels() [1/2]
| unsigned char* cnoid::Image::pixels |
( |
| ) |
|
|
inline |
§ pixels() [2/2]
| const unsigned char* cnoid::Image::pixels |
( |
| ) |
const |
|
inline |
§ reset()
§ save()
| void Image::save |
( |
const std::string & |
filename | ) |
const |
§ setSize() [1/2]
| void Image::setSize |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
nComponents |
|
) |
| |
§ setSize() [2/2]
| void Image::setSize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
§ width()
| int cnoid::Image::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: