Difference between revisions of "OsteoPlan"

From NAMIC Wiki
Jump to: navigation, search
(Blanked the page)
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The OsteoPlan project consist in porting OsteoPlan module from Slicer 2.6 to Slicer 3.6.<br>
 
'''Need VTK 5.7 at least to use vtkClipClosedSurface function.''' <br>
 
  
[[Image:logo_psi.jpg|270px|right| PSI]]
 
 
==Features==
 
----
 
* Type: Extension
 
* Language: C++
 
* Developed OS: Ubuntu Maverick Meerkat (10.10)
 
* Compile on: Linux x86_64 / Windows 7 (x86)
 
* Run on: Slicer 3.6.3 ''trunk'' (only version tested)
 
* Starting Date: January, 4th
 
* Expected Deadline: '''April ?'''
 
* Developer: Laurent Chauvin
 
* For: PSI
 
 
===Librairies===
 
*Python 3.1.3
 
*CMake 2.8.3
 
*ITK 3.20.0
 
*VTK 5.7
 
*Itcl 3.4b1
 
*Tk 8.5.9
 
*Tcl 8.5.9
 
*OpenIGTLink 2.0
 
*cmcurl 4.2
 
*Teem
 
*BatchMake
 
*KWWidgets
 
 
==Options available==
 
----
 
* Toggling a cutter (vtkBoxWidget2 for now, should change)
 
* Multiple clipping (change for boolean or something else ?)
 
* Move clipped part through transformation node (vtkMRMLLinearTransformNode)
 
 
==Under development==
 
----
 
* Use other method than clipping to cut model (vtkClipClosedSurface, vtkImplicitBoolean, vtkExtractPolyDataGeometry)
 
 
==To develop==
 
----
 
* Use or create widget to move clipped parts
 
 
==Tasklist==
 
----
 
 
==Bugfix==
 
----
 
*Fix toggle visibility of vtkMRMLModelNode created from polydata
 
** ''Status''
 
***Pending
 
 
==Screenshots==
 
----
 
 
<center>
 
<gallery widths="180" perrow="3">
 
Image:OriginalModel.jpg| Original Model
 
Image:AfterClipping.jpg| After Clipping
 
Image:AfterMoving.jpg| After Moving
 
</gallery>
 
</center>
 
 
==Meetings==
 
----
 
* <strike>MGH, Boston: January, 5th.</strike>
 
* <strike>PSI, Andover: January, 27th. Waban Station, 11:30.</strike>
 
* '''PSI, Andover: February, 10th. Newton Center Station, 8:45am.'''
 

Latest revision as of 19:06, 5 January 2012

Home < OsteoPlan