Page MenuHomePhabricator

QmitkTransferFunctionWidget lacks renderer-specific transfer function ability
Closed, ResolvedPublic

Description

Currently the "TransferFunction" property for the user-specified DataNode is always set globally. It would be nice to be able to set a renderer-specific "TransferFunction" property.

Event Timeline

Pull request: https://github.com/MITK/MITK/pull/27

Note that this solution is simple, but not the most flexible -- you can only apply the TransferFunction property to one renderer or all renders (global property). It met my needs. But maybe it would be better to allow the TransferFunction property to be applied to N renderer-specific TransferFunction properties...

This is much more flexible than before. Thanks.

[0113cd]: Merge branch 'bug-15912-QmitkTransferFunctionWidgetLacksRendererSpecif

Merged commits:

2013-08-23 19:31:30 Taylor Braun-Jones [072b80]
Add support for applying a renderer-specific transfer function