Page MenuHomePhabricator

Improve dose rendering
Closed, WontfixPublic

Description

Currently we use a workarround to render dose color wash and iso lines. Iso lines are rendered by a helper node (child of the dose node) that uses a special mapper. The dose color wash is rendered by using the normal VTK mapper and an appropriate transfer function.

One reason was to not clone the normal VTK mapper and add special iso line code (first test implementation), because we than must mantaine the vtk mapping code twice.

The downside is that we no need the construct of the helper node.

It would be favorable, if we find a solution that combines both aspects:

  • no unnecessary duplication of mapper code
  • only on node to render everything

Event Timeline

kislinsk claimed this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs

floca added a project: Restricted Project.
kislinsk removed kislinsk as the assignee of this task.May 26 2020, 12:05 PM
kislinsk removed a subscriber: kislinsk.
kislinsk closed this task as Wontfix.Sep 9 2022, 10:22 AM

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs