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