Documentation/4.3/Modules/SceneViews

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < 4.3 < Modules < SceneViews


For the latest Slicer documentation, visit the read-the-docs.



Introduction and Acknowledgements





   :Title: 
   :Author(s)/Contributor(s): 
   :License: 
   :Acknowledgements: 
 


Contact: Nicole Aucoin, <email>nicole@bwh.harvard.edu</email>
Surgical Planning Laboratory (SPL)  
National Alliance for Medical Image Computing (NA-MIC)  
Neuroimage Analysis Center (NAC)  
University of Pennsylvania (UPenn)  

Module Description

Use Cases

Most frequently used for these scenarios:

  • Use Case 1: This can be used to set up a series of predefined starting points for looking at portions of your data in detail. For example, you may have one overview scene which shows an external view of the body along with interior views with the skin surface turned off and slice planes visible to highlight a tumor location.
  • Use Case 2: To compare the output of algorithms.
Scene views
Screen snapshot
Click on the camera button to create a new scene view. It pops up a screen capture window that allows you to associate an image with the scene view.

You can choose to save an image of the full layout, just the 3D view or just one of the slice views. You can also add a description and change the name.

Scene views
As scene views are saved, they appear in the Create and Edit box. Click on the image thumbnail to edit the image, name, description.

You can also move the scene views up or down in the order, or delete one by pressing the garbage can button. To restore a scene view, taking the program back to the state it was in when you saved that scene view, click on the green arrow restore button.

Capture Toolbar
You can also save and restore scene views and screen snapshots from the Capture toolbar.

The scene views are saved in the MRML file, via the File->Save menu.

Tutorials

N/A

Panels and their use

A list of all the panels in the interface, their features, what they mean, and how to use them.


Scene views module
Create and Edit Panel, Buttons
  • Create a 3D Slicer Scene View
    • Click on the camera button to create a new scene view
  • Move selected view up
    • Move the highlighted scene view in the table up one row
  • Move selected view dow
    • Move the highlighted scene view in the table down one row
  • Delete selected view
    • Click on the garbage can button to delete the highlighted scene view

Create and Edit Panel, Table of Scene Views

  • Preview/Edit
    • Click on the thumbnail of the scene view to edit it (change the name, description)
    • Restore
      • Click on this button to restore this scene view, making it the currently active scene
    • Name
      • The short name given to this scene view. Double click to edit it.
    • Description
      • Some descriptive text about this scene view. Double click to edit it.
New scene view
3D Slicer SceneView New Dialog
  • Name
    • Edit the name of the scene view here
  • Thumbnail and layout type: click on a radio button to update the screen shot image
    • Full Layout: captures the 3D window and all slice views
    • 3D View: captures just the 3D view
    • Red Slice View: captures just the red 2D slice
    • Yellow Slice View: captures just the yellow 2D slice
    • Green Slice View: captures just the green 2D slice
  • Description
    • Edit the description of the scene view
Edit scene view
3D Slicer SceneView Edit Dialog
  • Name
    • Edit the name of the scene view here
  • Description
    • Edit the description of the scene view
  • Thumbnail and layout type are not editable

Similar Modules

  • The Capture tool bar has similar functionality.

References

N/A

Information for Developers