Difference between revisions of "Slicer4:SceneViewsModule"
From Slicer Wiki
Line 1: | Line 1: | ||
Return to [[Slicer4:Developers#Projects|Slicer 4 projects]] | Return to [[Slicer4:Developers#Projects|Slicer 4 projects]] | ||
=Introduction= | =Introduction= | ||
− | [[Image:SceneviewsModule-2011-02.png| | + | [[Image:SceneviewsModule-2011-02.png|left|200px|Actual view of the SceneViews Module]] |
+ | |||
+ | The Scene Views module allows a user to capture a screen snapshot to save with the scene view. | ||
+ | |||
+ | In Slicer4, we've separated the concept of the scene view (the mrml scene at a particular point in time, showing/hiding various data) and screen snapshots (an image of the current interface, saved in .png or .jpg etc format). Scene views have a scene snapshot associated with them to provide a visual cue as to what the scene view contains. Screen snapshots now have storage nodes associated with them so that they are saved to disk with the MRML scene. | ||
− | |||
=First implementation= | =First implementation= | ||
Line 9: | Line 12: | ||
=Mockup 2010-10= | =Mockup 2010-10= | ||
− | [[Image:SceneModuleMockup-2010-10.png| | + | |
+ | [[Image:SceneModuleMockup-2010-10.png|left|400px|Mockup of the Scence Module]] | ||
*This is a mock-up for a proposed new module, the Scene Module | *This is a mock-up for a proposed new module, the Scene Module | ||
*Take a new snapshot will have a toggle for 3d View only, red/yellow/green Slice viewer or the entire Slicer window as the ROI for the thumbnail | *Take a new snapshot will have a toggle for 3d View only, red/yellow/green Slice viewer or the entire Slicer window as the ROI for the thumbnail |
Revision as of 19:56, 16 June 2011
Home < Slicer4:SceneViewsModuleReturn to Slicer 4 projects
Introduction
The Scene Views module allows a user to capture a screen snapshot to save with the scene view.
In Slicer4, we've separated the concept of the scene view (the mrml scene at a particular point in time, showing/hiding various data) and screen snapshots (an image of the current interface, saved in .png or .jpg etc format). Scene views have a scene snapshot associated with them to provide a visual cue as to what the scene view contains. Screen snapshots now have storage nodes associated with them so that they are saved to disk with the MRML scene.
First implementation
Implemented in Slicer 4 circa Jan 2011
Mockup 2010-10
- This is a mock-up for a proposed new module, the Scene Module
- Take a new snapshot will have a toggle for 3d View only, red/yellow/green Slice viewer or the entire Slicer window as the ROI for the thumbnail