Page MenuHomePhabricator

Need status of assignee: ImageVtkMapper2D ignores opacity part of TransferFunctionProperty
Closed, ResolvedPublic

Description

When rendering a node with ImageVtkMapper2D with the node property 'Image Rendering.Mode' set to COLORTRANSFERFUNCTION_LEVELWINDOW_COLOR or COLORTRANSFERFUNCTION_COLOR only the ColorTransferFunction part of the TransferFunctionProperty is used. The ScalarOpacityFunction part is ignored.

Related Objects

Event Timeline

High importance, as there seems to be a fix already. I will try to find someone who can integrate this.

Taylor, thank you for your contribution! It is very much appreciated.

New remote branch pushed: bug-15899-ImageVtkMapper2DIgnoresOpacityIntegration

Nico, what is the status here? Can you merge to the master?

Current release is finished. Reseting target milestone...

What is the status of this bug? Is the Needs_Core_Modification flag still needed?

Nico, please elaborate on the status of this bug.

still need the core change request: http://mitk.org/ChangeRequests/15899

maybe someone should take a look at the rendering test I wrote

@Nico if you are unsure about the rendering test, please ask Thomas or Sandy.

[c2664a]: Merge branch 'bug-15899-ImageVtkMapper2DIgnoresOpacityIntegration'

Merged commits:

2014-09-11 23:53:47 Sascha Zelzer [4bd7d8]
Added scalar opacity transfer function test data.


2014-09-11 21:47:29 Sascha Zelzer [0e40d7]
Merge branch 'master' into bug-15899-ImageVtkMapper2DIgnoresOpacityIntegration

Conflicts:
Core/Code/Rendering/vtkMitkLevelWindowFilter.cpp
Core/Code/Rendering/vtkMitkLevelWindowFilter.h
Core/Code/Testing/CMakeLists.txt


2013-11-28 16:23:23 Nico Riecker [fd7134]
added the mitkImageVtkMapper2DOpacityTransferFunctionTest


2013-11-28 11:48:30 Nico Riecker [337c36]
added a rendering test for ImageVtkMapper2DOpacityTransferFunction


2013-10-23 16:36:14 Nico Riecker [a85651]
Merge branch 'bug-15899-ImageVtkMapper2DIgnoresOpacity' into bug-15899-ImageVtkMapper2DIgnoresOpacityIntegration


2013-08-22 17:08:31 Taylor Braun-Jones [507544]
Fix ScalarOpacityFunction part of TransferFunctionProperty ignored


2013-08-22 17:07:36 Taylor Braun-Jones [c1eaeb]
Add OpacityPiecewiseFunction support to vtkMitkLevelWindowFilter

I reviewed the test and it looked good to me.