#include <Image.h>
◆ Image() [1/6]
◆ Image() [2/6]
Nice::Image::Image |
( |
const std::string & |
_file | ) |
|
|
inline |
◆ Image() [3/6]
Nice::Image::Image |
( |
Nice::Size |
_size, |
|
|
Ice::Byte |
_depth = 8 |
|
) |
| |
|
inline |
◆ Image() [4/6]
◆ Image() [5/6]
◆ Image() [6/6]
Nice::Image::Image |
( |
const Nice::ImageVar & |
_image | ) |
|
|
inline |
◆ addData()
◆ getData()
std::vector<Nice::I16> Nice::Image::getData |
( |
| ) |
const |
|
inline |
◆ getDepth()
Ice::Byte Nice::Image::getDepth |
( |
| ) |
const |
|
inline |
◆ getPixel()
Nice::U16 Nice::Image::getPixel |
( |
int |
_x, |
|
|
int |
_y |
|
) |
| const |
◆ getSize()
◆ getSubImage()
◆ getWindow()
◆ operator=()
◆ setData()
void Nice::Image::setData |
( |
std::vector< Nice::I16 > |
_data | ) |
|
|
inline |
◆ setDepth()
void Nice::Image::setDepth |
( |
Ice::Byte |
_d | ) |
|
|
inline |
◆ setSize()
◆ setWindow()
◆ m_mutex
Mutex Nice::Image::m_mutex |
|
private |
The documentation for this class was generated from the following files:
- TwiceAsNice/nice/src/libNice/Nice/Map/Image.h
- TwiceAsNice/nice/src/libNice/Nice/Map/Image.cc