Page MenuHomePhabricator

RT move the visualization into a mapper
Closed, ResolvedPublic

Description

Move the visualization from the RT plugin into a mapper:

Issue:
Either integrate the code into mitkImageVtkMapper2D or write a new mapper because of the dependencies to the RT properties from the RT module.

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone
ResolvedNone
ResolvedNone
ResolvedNone

Event Timeline

User riecker has pushed new remote branch:

bug-17845-dose-mapper

User metzger has pushed new remote branch:

bug-17845-RTDoseMapper

Branch bug-17845-RTDoseMapper includes a copy of the ImageVtkMapper2D which hadles the outline functionality of IsoDoseValues.
Attention: One core class is effect (Core Export Macro)

Todo: Transferfuntion calculation for the colorwash outsourcing in this mapper (atm the colorwash uses the standard ImageVtkMapper2D)

Think about:

  • Extending the standard ImageVtkMapper2D to draw contours for all image types. this woulde be also cover multilabel contouring.