Difference between revisions of "Documentation/4.2/Developers/OpenIGTLinkIF"

From Slicer Wiki
Jump to: navigation, search
(Created page with 'This page provides developer's information for 3D Slicer's OpenIGTLink IF module. =Create external OpenIGTLink server/client software= We provide [http://www.na-mic.org/Wiki/ind…')
 
Line 2: Line 2:
  
 
=Create external OpenIGTLink server/client software=
 
=Create external OpenIGTLink server/client software=
We provide [http://www.na-mic.org/Wiki/index.php/OpenIGTLink/Library OpenIGTLink Library] to support OpenIGTLink-compatible software. Please refer the [http://www.na-mic.org/Wiki/index.php/OpenIGTLink/Library/Tutorial Tutorial].
+
With the OpenIGTLink IF module, you can exchange various types of data (e.g. linear transforms and images) between 3D Slicer and external software over the local area network. We provide [http://www.na-mic.org/Wiki/index.php/OpenIGTLink/Library OpenIGTLink Library] to support OpenIGTLink-compatible software. Please refer the [http://www.na-mic.org/Wiki/index.php/OpenIGTLink/Library/Tutorial Tutorial].
  
 
=Control OpenIGTLink IF from Python module=
 
=Control OpenIGTLink IF from Python module=
 
You can use the OpenIGTLink IF module's features from [[Slicer4:Python| 3D Slicer's Python interface]]. The features can be called from both Slicer Python Interactor (Python console) and Python module.
 
You can use the OpenIGTLink IF module's features from [[Slicer4:Python| 3D Slicer's Python interface]]. The features can be called from both Slicer Python Interactor (Python console) and Python module.

Revision as of 23:52, 14 November 2012

Home < Documentation < 4.2 < Developers < OpenIGTLinkIF

This page provides developer's information for 3D Slicer's OpenIGTLink IF module.

Create external OpenIGTLink server/client software

With the OpenIGTLink IF module, you can exchange various types of data (e.g. linear transforms and images) between 3D Slicer and external software over the local area network. We provide OpenIGTLink Library to support OpenIGTLink-compatible software. Please refer the Tutorial.

Control OpenIGTLink IF from Python module

You can use the OpenIGTLink IF module's features from 3D Slicer's Python interface. The features can be called from both Slicer Python Interactor (Python console) and Python module.