Developer Meetings/20130122

From Slicer Wiki
Revision as of 22:03, 22 January 2013 by Pieper (talk | contribs) (→‎Conclusion)
Jump to: navigation, search
Home < Developer Meetings < 20130122

To discuss

Conclusion

  • Described the DisplayableManager architecture to Laurent
    • To be able to implement what Laurent would like to do, re-using the ruler annotation would be the way to go. Nicole and Julien discussed what could the approach and the amount of worked required to enable the ruler. See vtkMRMLAnnotationDisplayableManager.cxx line 694
  • OpenSuse build issue
    • Sankhesh couldn't reproduce the issue in a virtual box. This would be re-addressed later.
  • Discussed Pre/Post multiplication with Sankhesh, Alex and Steve
    • Steve: Sliders in the transform modules allow to perform operation on the transform matrix and don't especially represent the current state of the matrix.
  • Discuss anti-aliasing issue

To reproduce in slicer python console:

>>> lm = slicer.app.layoutManager()
>>> w = lm.threeDWidget(0)
>>> v = w.threeDView()
>>> rw = v.renderWindow()
>>> rw.SetAAFrames(5)