#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()
bool Image::load |
( |
const std::string & |
filename, |
|
|
std::ostream & |
os = nullout() |
|
) |
| |
◆ 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()
bool Image::save |
( |
const std::string & |
filename, |
|
|
std::ostream & |
os = nullout() |
|
) |
| const |
◆ setSize() [1/2]
void Image::setSize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
◆ setSize() [2/2]
void Image::setSize |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
nComponents |
|
) |
| |
◆ width()
int cnoid::Image::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: