Difference between revisions of "OpenIGTLink/ProtocolV2/Type/Point"
From NAMIC Wiki
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | [[OpenIGTLink/ProtocolV2/ | + | [[OpenIGTLink/ProtocolV2/Index | << Version 2 Index Page]] |
=Summary= | =Summary= | ||
| Line 70: | Line 70: | ||
==GET_POINT== | ==GET_POINT== | ||
| − | GET_POINT is used to query for meta data of label data. If the DEVICE_NAME field in the header is empty, a list of all available | + | GET_POINT is used to query for meta data of label data. If the DEVICE_NAME field in the header is empty, a list of all available point data is returned. |
{| border="1" cellpadding="5" cellspacing="0" align="center" | {| border="1" cellpadding="5" cellspacing="0" align="center" | ||
| Line 86: | Line 86: | ||
==STP_POINT== | ==STP_POINT== | ||
| − | N / A | + | N/A |
| + | |||
| + | |||
| + | ==RTS_POINT== | ||
| + | |||
| + | N/A | ||
=Implementations= | =Implementations= | ||
Latest revision as of 04:43, 30 November 2011
Home < OpenIGTLink < ProtocolV2 < Type < PointContents
Summary
The POINT message type is designed to transfer information about fiducials, which are often used in surgical planning and navigation in the image-guided therapy.
Message Types
POINT
| Data | Type | Description |
| SENSOR_1 | ||
| Name | char[64] | Name or description of the point |
| Group name | char[32] | Can be "Labeled Point", "Landmark", "Fiducal", ... |
| R,G,B,A | 8 bit unsigned | Color in RGBA |
| X,Y,Z | 32 bit float | Coordinate of the point in millimeter |
| Diameter | 32 bit float | Diameter of the point in millimeter. Diameter can be 0. |
| Owner image | char[20] | Id of the owner image/sliceset. Points from different slicesets can be sent if slicesets are fused. |
| ... | ||
| SENSOR_N | ||
| Name | char[64] | Name or description of the point |
| Group name | char[32] | Can be "Labeled Point", "Landmark", "Fiducal", ... |
| R,G,B,A | 8 bit unsigned | Color in RGBA |
| X,Y,Z | 32 bit float | Coordinate of the point in millimeter. |
| Diameter | 32 bit float | Diameter of the point in millimeter. Diameter can be 0. |
| Owner image | char[20] | Id of the owner image/sliceset. Points from different slicesets can be sent if slicesets are fused. |
GET_POINT
GET_POINT is used to query for meta data of label data. If the DEVICE_NAME field in the header is empty, a list of all available point data is returned.
| Data | Type | Description |
STT_POINT
N / A
STP_POINT
N/A
RTS_POINT
N/A
Implementations
IMGMETA message type is implemented in the following source code.
Contributors
Alexander Schaal