fw4spl
|
Structure to store picking information. More...
#include <PickingInfo.hpp>
Public Attributes | |
double | m_worldPos [3] |
Position clicked in world coordinates. | |
int | m_cellId = -1 |
Id of the cell. | |
int | m_closestPointId = -1 |
Id of the closest point. | |
Event | m_eventId = Event::MOUSE_LEFT_UP |
Mouse event. | |
std::int8_t | m_modifierMask = 0 |
Modifier mask. | |
char | m_keyPressed = 0 |
Key event. | |
::fwCore::HiResClock::HiResClockType | m_timestamp |
Structure to store picking information.
Definition at line 20 of file PickingInfo.hpp.