View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003485 | Slicer4 | Core: Base Code | public | 2013-11-07 05:46 | 2017-06-10 08:51 |
Reporter | yuzheng | Assigned To | yuzheng | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Slicer 4.4.0 | Fixed in Version | Slicer 4.4.0 | ||
Summary | 0003485: Slicer Code refactoring to use pure VTK5 API | ||||
Description | To help the transition from VTK4 to the VTK 5 pipeline implementation as smoothly as possible, VTK 5 introduced a set of backwards compatibility classes. But VTK 6 doesn't support these VTK4 backwards compatibility anymore. To migrate Slicer to use VTK6, we need to this code re-factoring work to removed all VTK 4 backwards compatibility superclasses . More information can be found here: | ||||
Tags | No tags attached. | ||||
The topic removed all VTK 4 Backwards Compatibility Superclasses (vtkSource, vtkProcessObject and subclasses). The code is pushed here: One known issue in this topic is that "DWIToDTIEstimationTest" test case failed. |
|
For reference, vtkImageAccumulateDiscrete Slicer filter has been removed. See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22768 |
|
Rebased and tweaked topic: https://github.com/jcfr/Slicer/tree/3485-use-pure-VTK5-api |
|
Fixed in r23120 |
|
Import 2017-06-07 23:51:09: master 06d524fa 2014-05-02 17:49:01 Details Diff |
BUG: Fix VTK 4 backward compatibility removal Issue 0003485 git-svn-id: http://svn.slicer.org/Slicer4/trunk@23120 3bd1e089-480b-0410-8dfb-8563597acbee |
||
mod - Libs/vtkITK/vtkITKArchetypeImageSeriesReader.cxx | Diff File | ||
mod - Libs/vtkITK/vtkITKImageWriter.cxx | Diff File | ||
mod - Libs/vtkITK/vtkITKImageWriter.h | Diff File | ||
mod - Libs/vtkITK/vtkITKIslandMath.cxx | Diff File | ||
mod - Libs/vtkTeem/vtkTeemEstimateDiffusionTensor.cxx | Diff File | ||
mod - Libs/vtkTeem/vtkTeemEstimateDiffusionTensor.h | Diff File | ||
mod - Libs/vtkTeem/vtkTensorRotate.cxx | Diff File | ||
mod - Libs/vtkTeem/vtkTensorRotate.h | Diff File | ||
mod - Modules/CLI/ACPCTransform/vtkPrincipalAxesAlign.cxx | Diff File | ||
mod - Modules/Scripted/EditorLib/Logic/vtkImageConnectivity.cxx | Diff File | ||
mod - Modules/Scripted/EditorLib/Logic/vtkImageFillROI.cxx | Diff File | ||
mod - Modules/Scripted/EditorLib/Logic/vtkPichonFastMarching.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-11-07 05:46 | yuzheng | New Issue | |
2013-11-07 05:46 | yuzheng | Status | new => assigned |
2013-11-07 05:46 | yuzheng | Assigned To | => jcfr |
2013-11-07 05:46 | yuzheng | Assigned To | jcfr => yuzheng |
2013-11-07 06:01 | jcfr | Target Version | => Slicer 4.4.0 |
2013-11-26 12:17 | yuzheng | Note Added: 0010385 | |
2013-11-26 12:18 | yuzheng | Description Updated | |
2013-11-26 13:18 | yuzheng | Relationship added | related to 0003514 |
2013-11-26 13:19 | yuzheng | Description Updated | |
2013-12-06 09:16 | jcfr | Note Added: 0010405 | |
2013-12-06 10:06 | jcfr | Note Added: 0010407 | |
2014-05-13 09:44 | jcfr | Note Added: 0011767 | |
2014-05-13 09:44 | jcfr | Status | assigned => resolved |
2014-05-13 09:44 | jcfr | Fixed in Version | => Slicer 4.4.0 |
2014-05-13 09:44 | jcfr | Resolution | open => fixed |
2014-05-13 09:44 | jcfr | Status | resolved => closed |
2017-06-10 08:51 | finetjul | Changeset attached | => Slicer master 06d524fa |