Difference between revisions of "OpenIGTLink/ProtocolV2/Type/Point"

From NAMIC Wiki
Jump to: navigation, search
Line 56: Line 56:
  
 
N / A
 
N / A
 +
  
 
=Implementations=
 
=Implementations=
XXX message type is implemented in the following source code.
+
IMGMETA message type is implemented in the following source code.
*igtlXXXXMessage.h (link to the file in subversion repository, if available)
+
*[http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink/Source/igtlPointMessage.h igtlPointMessage.h]
*igtlXXXXMessage.cxx (link to the file in subversion repository, if available)
+
*[http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink/Source/igtlPointMessage.cxx igtlPointMessage.cxx]
  
 
=Contributors=
 
=Contributors=
You may list names of contributors in this section.
+
Alexander Schaal
  
 
=Comments=
 
=Comments=
People in the community may put comments here.
 

Revision as of 03:03, 1 July 2010

Home < OpenIGTLink < ProtocolV2 < Type < Point

<< Version 2 Draft Page

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
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
Diameter 32 bit float Diameter of the point, 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

Data Type Description


STT_POINT

N / A

STP_POINT

N / A


Implementations

IMGMETA message type is implemented in the following source code.

Contributors

Alexander Schaal

Comments