Difference between revisions of "Developer Meetings/20140715"
From Slicer Wiki
m |
m |
||
Line 1: | Line 1: | ||
− | = | + | = Extension Developers - From VTK5 to VTK6 - Q&A- Google Hangout = |
When: July 15th 2014 - 10am | When: July 15th 2014 - 10am | ||
Line 5: | Line 5: | ||
Where: Google hangout - | Where: Google hangout - | ||
− | + | ||
+ | |||
+ | Resources: | ||
+ | * http://www.vtk.org/Wiki/VTK/Build_System_Migration | ||
+ | * [http://www.vtk.org/Wiki/VTK VTK wiki] | ||
+ | * [http://www.kitware.com/source/home/post/116 What's New in VTK 6?] | ||
+ | |||
+ | Commits: | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23121 Slicer@r23121 - ENH: Add VTK 6 support 1/2] | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23122 Slicer@r23122 - ENH: Add VTK 6 support 2/2] | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23151 Slicer@r23151 - COMP: Fixed vtkOrientedBSplineTransform build with VTK6] | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23178 Slicer@r23178 - ENH: enable using the picking manager] | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23363 Slicer@r23363 - BUG: Remove pipeline error in VTK6 with DiffusionTensorDisplayNode] | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer3?view=revision&revision=17061 EMSegment@r17061 - BUG: Fix vtkImageLabelPropagation VTK 6 support] | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer3?view=revision&revision=17062 EMSegment@r17062 - Remove vtkImageLabelPropagation::AllocateScalarsOutput declaration in VTK6] | ||
+ | * [http://viewvc.slicer.org/viewvc.cgi/Slicer3?view=revision&revision=17066 EMSegment@r17066 - BUG: Fix VTK6 support for vtkImageIslandFilter] | ||
Revision as of 03:01, 4 July 2014
Home < Developer Meetings < 20140715Extension Developers - From VTK5 to VTK6 - Q&A- Google Hangout
When: July 15th 2014 - 10am
Where: Google hangout -
Resources:
Commits:
- Slicer@r23121 - ENH: Add VTK 6 support 1/2
- Slicer@r23122 - ENH: Add VTK 6 support 2/2
- Slicer@r23151 - COMP: Fixed vtkOrientedBSplineTransform build with VTK6
- Slicer@r23178 - ENH: enable using the picking manager
- Slicer@r23363 - BUG: Remove pipeline error in VTK6 with DiffusionTensorDisplayNode
- EMSegment@r17061 - BUG: Fix vtkImageLabelPropagation VTK 6 support
- EMSegment@r17062 - Remove vtkImageLabelPropagation::AllocateScalarsOutput declaration in VTK6
- EMSegment@r17066 - BUG: Fix VTK6 support for vtkImageIslandFilter
Example of question - An example ?
- From: Jean-Christophe
- Description: Shortly describe what is the issue, if you implemented some workaround in VTK5, ...
- Example: Provide a link to small compilable example, a SSCCE. See http://sscce.org/