2010 Summer Project Week VTKWidgets

From NAMIC Wiki
Jump to: navigation, search
Home < 2010 Summer Project Week VTKWidgets

http://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
    • picking order
      • if two seeds (widgets in general) are rendered on top of each other, the pick will return the one that was added to the scene first, rather than the one that's closest to the camera
  • BalloonWidget
    • need a SetBallonText on the balloon representation, that updates the text actor

Progress

Breakout to talk about the high level plans for the next 6 months/year: Breakout

Meeting to craft a list of wishlist widgets on Friday morning. Wiki page under construction, as well as a design spec by Wendy Pleskniak. Docs to Kitware on July 7th. Proposed 2 day code review/fix on the Widgets directory with Kitware. TBD.

Friday, Nicole and Julien and JC meeting to talk about the vtkSeedWidget.

Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a

  1. ITK Module
  2. Slicer Module
    1. Built-in
    2. Extension -- commandline
    3. Extension -- loadable
  3. Other (Please specify) Basic infrastructure

References