Difference between revisions of "OpenIGTLink/ProtocolV2/Type/PolyData"
From NAMIC Wiki
Line 2: | Line 2: | ||
=Summary= | =Summary= | ||
− | POLYDATA is used to transfer 3D polygonal data. The message format is designed based on the [http://www.vtk.org/VTK/img/file-formats.pdf POLY data defined in VTK file format]. | + | POLYDATA is used to transfer 3D polygonal data. The message format is designed based on the [http://www.vtk.org/VTK/img/file-formats.pdf POLY data defined in VTK file format] and equivalent to [http://noodle.med.yale.edu/vtk5/classvtkPolyData.html VTK's vtkPolyData class]. |
=Message Types= | =Message Types= |
Revision as of 06:00, 17 November 2010
Home < OpenIGTLink < ProtocolV2 < Type < PolyDataContents
Summary
POLYDATA is used to transfer 3D polygonal data. The message format is designed based on the POLY data defined in VTK file format and equivalent to VTK's vtkPolyData class.
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