#include <forwards.h>
Public Member Functions | |
bool | operator< (const Pixel &rhs) |
Pixel (int _x, int _y, uint32_t _handle) | |
Pixel () | |
Public Attributes | |
uint32_t | handle |
int | x |
int | y |
Definition at line 46 of file selection/forwards.h.
rviz::Pixel::Pixel | ( | ) | [inline] |
Definition at line 48 of file selection/forwards.h.
rviz::Pixel::Pixel | ( | int | _x, | |
int | _y, | |||
uint32_t | _handle | |||
) | [inline] |
Definition at line 53 of file selection/forwards.h.
bool rviz::Pixel::operator< | ( | const Pixel & | rhs | ) | [inline] |
Definition at line 59 of file selection/forwards.h.
uint32_t rviz::Pixel::handle |
Definition at line 77 of file selection/forwards.h.
int rviz::Pixel::x |
Definition at line 74 of file selection/forwards.h.
int rviz::Pixel::y |
Definition at line 75 of file selection/forwards.h.