Difference between revisions of "2008 Summer Project Week:3DWidgetsInSlicer"

From NAMIC Wiki
Jump to: navigation, search
(New page: {| |thumb|320px|Return to [[2008_Summer_Project_Week|Project Week Main Page ]] |[[Image:Slicer3DWidgets1.jpg|thumb|320px|Current state of 3d Widgets in Slice...)
 
Line 29: Line 29:
 
<h1>Approach, Plan</h1>
 
<h1>Approach, Plan</h1>
  
Our approach is to clear up existing issues (especially segmentation faults during rendering when we try to be more efficient by not removing all actors each time an update is required), then extend.
+
Our approach is to clear up issues with existing widgets issues (vtkPointWidget, vtkImplicitPlaneWidget) then incorporate new ones.
  
Our plan for the project week is to first collaborate on debugging and then new features.
+
Our plan for the project week is to first collaborate on debugging and then decide on a plan of attack for adding new widgets.
 
</div>
 
</div>
  

Revision as of 17:49, 12 June 2008

Home < 2008 Summer Project Week:3DWidgetsInSlicer
File:Slicer3DWidgets1.jpg
Current state of 3d Widgets in Slicer



Key Investigators

  • BWH: Nicole Aucoin
  • Kitware: Will Schroeder


Objective

Integrate more vtk 3D widgets into Slicer. The vtkPointWidget is used for manipulating fiducials in 3D, and the implicit plane widget is used for slices, these need to be optimised and more added.


Approach, Plan

Our approach is to clear up issues with existing widgets issues (vtkPointWidget, vtkImplicitPlaneWidget) then incorporate new ones.

Our plan for the project week is to first collaborate on debugging and then decide on a plan of attack for adding new widgets.

Progress

TBD...



References