Difference between revisions of "2010 Summer Project Week VTKWidgets"
From NAMIC Wiki
Line 8: | Line 8: | ||
==Key Investigators== | ==Key Investigators== | ||
* BWH: Nicole Aucoin, Ron Kikinis | * BWH: Nicole Aucoin, Ron Kikinis | ||
− | * Kitware: | + | * Kitware: Jean-Christophe Fillion-Robin, Will Schroeder |
<div style="margin: 20px;"> | <div style="margin: 20px;"> | ||
Line 34: | Line 34: | ||
** Handles calculate Nearby different than the seed widget's NearSeed calculation | ** Handles calculate Nearby different than the seed widget's NearSeed calculation | ||
** Turning off ManageCursor on seed representation and handles still results in cursor changing | ** Turning off ManageCursor on seed representation and handles still results in cursor changing | ||
+ | * BalloonWidget | ||
+ | ** need a SetBallonText on the balloon representation, that updates the text actor | ||
</div> | </div> |
Revision as of 19:34, 17 June 2010
Home < 2010 Summer Project Week VTKWidgetshttp://wiki.na-mic.org/Wiki/index.php/2010_Summer_Project_Week_
Key Investigators
- BWH: Nicole Aucoin, Ron Kikinis
- Kitware: Jean-Christophe Fillion-Robin, Will Schroeder
Objective
To integrate new VTK 3d Widgets into Slicer3/4 and debug existing ones.
Approach, Plan
Our approach is to have a discussion about the plans for the integration of 3d widgets, then work on debugging the current implementation. The main challenge to this approach is adapting the VTK widgets to the Slicer user experience.
Our plan for the project week is to look at:
- Seed widget cursor changes with Slicer mouse modes
- Handles calculate Nearby different than the seed widget's NearSeed calculation
- Turning off ManageCursor on seed representation and handles still results in cursor changing
- BalloonWidget
- need a SetBallonText on the balloon representation, that updates the text actor
Progress
Delivery Mechanism
This work will be delivered to the NA-MIC Kit as a
- ITK Module
- Slicer Module
- Built-in
- Extension -- commandline
- Extension -- loadable
- Other (Please specify) Basic infrastructure