Difference between revisions of "LineMotion Extension"
From NAMIC Wiki
Line 1: | Line 1: | ||
− | The | + | The LineMotion Extension consist in creating a Slicer extension to simulate electrode insertion.<br> |
− | |||
[[Image:Logo spl.gif|190px|right| SPL]] | [[Image:Logo spl.gif|190px|right| SPL]] |
Revision as of 00:35, 23 February 2011
Home < LineMotion ExtensionThe LineMotion Extension consist in creating a Slicer extension to simulate electrode insertion.
Contents
Features
- Type: Extension
- Language: C++
- Developed OS: Ubuntu Maverick Meerkat (10.10)
- Compile on: Linux x86_64 / Windows 7 (x86) / Mac OS X
- Run on: Slicer 3.6.3 (only version tested)
- Starting Date: February, 3rd
- End Date: February, 22th
- Developer: Laurent Chauvin
- For: SPL & Marianna Jakab
- Status: Completed
Options available
- Draw line between two fiducials
- Extend line with two scalers
- Translate plane along axis
- Display squared plane perpendicular to the axis
- Toggle plane visibility
- Create a vtkMRMLLinearTransformNode to translate model with plane
- Use different fiducial lists
- Draw line of other fiducial lists
- Add color to 'unused' lines to avoid confusing
Under development
To develop
Tasklist
Bugfix
- Leaks when "Draw line" clicked twice
- Status: Fixed