Page MenuHomePhabricator

Improve MITK Simulation
Closed, ResolvedPublic

Description

  • Get rid of warnings if possible
  • Make mappers more robust regarding OpenGL <-> VTK
  • Fix wrongly overwritten methods in mappers
  • Improve MITK <-> SOFA interplay, especially Surfaces <-> Visual Models

Event Timeline

User kislinsk has pushed new remote branch:

bug-18669-ImproveMITKSimulation

[96702d]: Merge branch 'bug-18669-ImproveMITKSimulation'

Merged commits:

2015-01-23 14:07:26 Stefan Kislinskiy [061327]
Allow switching between OpenGL and Surface modes.


2015-01-22 23:50:14 Stefan Kislinskiy [da9c69]
Added experimental Surface mode to VtkModel.


2015-01-22 16:36:13 Stefan Kislinskiy [cd238d]
Made VtkModel more robust regarding OpenGL errors.


2015-01-22 16:34:12 Stefan Kislinskiy [ff1dbb]
Fixed OpenGL state incompatibilities between SOFA and VTK.


2015-01-22 16:33:43 Stefan Kislinskiy [706b98]
Fixed hidden base class method warnings.


2015-01-22 16:31:56 Stefan Kislinskiy [89f8d9]
Corrected signature of ApplyColorAndOpacityProperties method.


2015-01-22 16:30:57 Stefan Kislinskiy [64243d]
Suppressed false positive warnings about unused variables.

User kislinsk has pushed new remote branch:

bug-18669-EliminateWarnings

User kislinsk has pushed new remote branch:

bug-18669-CleanUpMitkSimulation

[52bac7]: Merge branch 'bug-18669-EliminateWarnings'

Merged commits:

2015-01-26 05:46:09 Stefan Kislinskiy [1f225c]
Apply material in Surface mode.


2015-01-26 05:45:05 Stefan Kislinskiy [332561]
Fixed context menu checked state.


2015-01-23 23:19:32 Stefan Kislinskiy [2c8a2b]
Eliminated compiler warnings.