Difference between revisions of "OpenIGTLink/ProtocolV2/Type/PolyData"
From NAMIC Wiki
(Created page with ' << Version 2 Draft Page =Summary= POLYDATA is used to transfer 3D polygon model data. The message format is designed based on the [http:…') |
|||
Line 6: | Line 6: | ||
=Message Types= | =Message Types= | ||
− | == | + | ==POLYDATA== |
{| border="1" cellpadding="5" cellspacing="0" align="center" | {| border="1" cellpadding="5" cellspacing="0" align="center" | ||
Line 14: | Line 14: | ||
| align="left style="background:#e0e0e0;" | Description | | align="left style="background:#e0e0e0;" | Description | ||
|- | |- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | |||
− | |||
− | |||
|- | |- | ||
|} | |} | ||
− | == | + | ==GET_POLYDATA== |
{| border="1" cellpadding="5" cellspacing="0" align="center" | {| border="1" cellpadding="5" cellspacing="0" align="center" | ||
Line 47: | Line 31: | ||
− | == | + | ==STT_POLYDATA== |
{| border="1" cellpadding="5" cellspacing="0" align="center" | {| border="1" cellpadding="5" cellspacing="0" align="center" | ||
Line 57: | Line 41: | ||
|} | |} | ||
− | == | + | ==STP_POLYDATA== |
{| border="1" cellpadding="5" cellspacing="0" align="center" | {| border="1" cellpadding="5" cellspacing="0" align="center" | ||
Line 67: | Line 51: | ||
|} | |} | ||
− | == | + | ==RTS_POLYDATA== |
=Implementations= | =Implementations= |
Revision as of 05:58, 17 November 2010
Home < OpenIGTLink < ProtocolV2 < Type < PolyDataContents
Summary
POLYDATA is used to transfer 3D polygon model data. The message format is designed based on the POLY data defined in VTK file format.
Message Types
POLYDATA
Data | Type | Description |
GET_POLYDATA
Data | Type | Description |
STT_POLYDATA
Data | Type | Description |
STP_POLYDATA
Data | Type | Description |
RTS_POLYDATA
Implementations
The NDARRAY message type is implemented in the following source code.
Contributors
Junichi Tokuda, Yuichiro Hayashi