#include <pickable.h>
Public Member Functions | |
| bool | isNull () const | 
| bool | operator< (const PickRenderValues &rhs) const | 
| bool | operator== (const PickRenderValues &rhs) const | 
| PickRenderValues () | |
| PickRenderValues (uint32_t id, uint32_t extra) | |
Public Attributes | |
| uint32_t | extra | 
| uint32_t | id | 
Definition at line 55 of file pickable.h.
Definition at line 57 of file pickable.h.
| rve_render_server::PickRenderValues::PickRenderValues | ( | uint32_t | id, | 
| uint32_t | extra | ||
| ) |  [inline] | 
        
Definition at line 62 of file pickable.h.
| bool rve_render_server::PickRenderValues::isNull | ( | ) |  const [inline] | 
        
Definition at line 70 of file pickable.h.
| bool rve_render_server::PickRenderValues::operator< | ( | const PickRenderValues & | rhs | ) |  const [inline] | 
        
Definition at line 77 of file pickable.h.
| bool rve_render_server::PickRenderValues::operator== | ( | const PickRenderValues & | rhs | ) |  const [inline] | 
        
Definition at line 72 of file pickable.h.
Definition at line 68 of file pickable.h.
Definition at line 67 of file pickable.h.