Difference between revisions of "Developer Meetings/20130122"
From Slicer Wiki
m |
m (→Conclusion) |
||
Line 18: | Line 18: | ||
* Discussed Pre/Post multiplication with Sankhesh, Alex and Steve | * 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. | ** 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 | ||
+ | ** Failed to set the AA at runtime using python. | ||
+ | ** See http://www.vtk.org/doc/nightly/html/classvtkRenderWindow.html#ab65de98e425838230cbd5760bcda4457 | ||
+ | * Icon for the launcher | ||
+ | ** Talk to Chris so that he can work on issue. |
Revision as of 21:55, 22 January 2013
Home < Developer Meetings < 20130122To discuss
- Displayable Manager architecture with Laurent Chauvin - See http://slicer-devel.65872.n3.nabble.com/LightBoxManagerProxy-tp4027181p4027191.html
- Build issue on OpenSuse with Shireen Elhabian - See http://slicer-devel.65872.n3.nabble.com/Building-Slicer-on-OpenSUSE-tt4027139.html
- Transformation matrix pre-multiply vs post-multiply issue (ask Alex Yarmarkovich) - See http://na-mic.org/Mantis/view.php?id=2579
- ITKv4 builds
- Windows: illegal parameter from the moc.exe call. Jc: -I is a parameter of moc executable. We would need to pass all parameter through a file.
- MacOsx: dcmtk link error
- Questions/Issues from Dorian P
- I am using Win7 x64 and Slicer 4.2.2-1 r21513. The icon on the program menu is the default when a new program is compiled. While Slicer 3 has its own icon.
- A personalized setting for antialiasing or number of triangles could be appropriate. I could also try the settings on the graphic card, but don't think will work.
- By the way, can I change tube thickness? I searched for this setting without success.
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
- Failed to set the AA at runtime using python.
- See http://www.vtk.org/doc/nightly/html/classvtkRenderWindow.html#ab65de98e425838230cbd5760bcda4457
- Icon for the launcher
- Talk to Chris so that he can work on issue.