#include <image.h>
Definition at line 49 of file image.h.
◆ Image() [1/2]
◆ Image() [2/2]
cartographer::io::Image::Image |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
◆ GetCairoSurface()
◆ GetPixel()
const Uint8Color cartographer::io::Image::GetPixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
◆ height()
int cartographer::io::Image::height |
( |
| ) |
const |
|
inline |
◆ Rotate90DegreesClockwise()
void cartographer::io::Image::Rotate90DegreesClockwise |
( |
| ) |
|
◆ SetPixel()
void cartographer::io::Image::SetPixel |
( |
int |
x, |
|
|
int |
y, |
|
|
const Uint8Color & |
color |
|
) |
| |
◆ width()
int cartographer::io::Image::width |
( |
| ) |
const |
|
inline |
◆ WritePng()
void cartographer::io::Image::WritePng |
( |
FileWriter *const |
file_writer | ) |
|
◆ height_
int cartographer::io::Image::height_ |
|
private |
◆ pixels_
std::vector<uint32> cartographer::io::Image::pixels_ |
|
private |
◆ width_
int cartographer::io::Image::width_ |
|
private |
The documentation for this class was generated from the following files: