#include <igtl_point.h>
Public Attributes | |
char | group_name [IGTL_POINT_LEN_GROUP_NAME] |
char | name [IGTL_POINT_LEN_NAME] |
char | owner [IGTL_POINT_LEN_OWNER] |
igtl_float32 | position [3] |
igtl_float32 | radius |
igtl_uint8 | rgba [4] |
Status data header for OpenIGTLinik protocol
Definition at line 35 of file igtl_point.h.
char igtl_point_element::group_name[IGTL_POINT_LEN_GROUP_NAME] |
Definition at line 37 of file igtl_point.h.
char igtl_point_element::name[IGTL_POINT_LEN_NAME] |
Definition at line 36 of file igtl_point.h.
char igtl_point_element::owner[IGTL_POINT_LEN_OWNER] |
Definition at line 41 of file igtl_point.h.
igtl_float32 igtl_point_element::position[3] |
Definition at line 39 of file igtl_point.h.
igtl_float32 igtl_point_element::radius |
Definition at line 40 of file igtl_point.h.
igtl_uint8 igtl_point_element::rgba[4] |
Definition at line 38 of file igtl_point.h.