#include <forwards.h>
Public Member Functions | |
bool | operator< (const Pixel &rhs) |
Pixel () | |
Pixel (int _x, int _y, uint32_t _handle) | |
Public Attributes | |
uint32_t | handle |
int | x |
int | y |
Definition at line 50 of file selection/forwards.h.
rviz::Pixel::Pixel | ( | ) | [inline] |
Definition at line 52 of file selection/forwards.h.
rviz::Pixel::Pixel | ( | int | _x, |
int | _y, | ||
uint32_t | _handle | ||
) | [inline] |
Definition at line 57 of file selection/forwards.h.
Definition at line 63 of file selection/forwards.h.
uint32_t rviz::Pixel::handle |
Definition at line 81 of file selection/forwards.h.
int rviz::Pixel::x |
Definition at line 78 of file selection/forwards.h.
int rviz::Pixel::y |
Definition at line 79 of file selection/forwards.h.