Difference between revisions of "Documentation/4.0/Modules/ViewControllers"
| Line 52: | Line 52: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Panels and their use}} | {{documentation/{{documentation/version}}/module-section|Panels and their use}} | ||
| − | |||
| − | |||
{|style="width: 100%" | {|style="width: 100%" | ||
| Line 83: | Line 81: | ||
<!-- THE FOLLOWING SHOULD BE REMOVED FOR YOUR OWN MODULE DOCUMENTATION --> | <!-- THE FOLLOWING SHOULD BE REMOVED FOR YOUR OWN MODULE DOCUMENTATION --> | ||
<!-- ----------------------------------------------------------------- --> | <!-- ----------------------------------------------------------------- --> | ||
| + | <!-- | ||
{{note}}The section above is generated using the following wiki code: | {{note}}The section above is generated using the following wiki code: | ||
<pre> | <pre> | ||
| Line 96: | Line 95: | ||
Using this later template, the final syntax would be: | Using this later template, the final syntax would be: | ||
<pre>{{documentation/{{documentation/version}}/module-category|xmlurl={{documentation/{{documentation/version}}/module-cli-xmlurl|{{documentation/modulename}}|SVNREVISION}} }}</pre> | <pre>{{documentation/{{documentation/version}}/module-category|xmlurl={{documentation/{{documentation/version}}/module-cli-xmlurl|{{documentation/modulename}}|SVNREVISION}} }}</pre> | ||
| + | --> | ||
<!-- ----------------------------------------------------------------- --> | <!-- ----------------------------------------------------------------- --> | ||
<!-- ----------------------------------------------------------------- --> | <!-- ----------------------------------------------------------------- --> | ||
Revision as of 15:29, 28 November 2011
Home < Documentation < 4.0 < Modules < ViewControllers
Introduction and Acknowledgements
|
This work is part of the National Alliance for Medical Image Computing (NA-MIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information on NA-MIC can be obtained from the NA-MIC website. | |||||||
|
Module Description
The View Controllers module provides access to nodes controlling multiple views within a single panel. A view is a display of data packed within layout. Slice Views and 3D Views are two types of views that can appear in a layout and whose controls can also be accessed from the View Controllers module. Each type of view has a separate section of the View Controllers panel. For example, the Slice Controllers are grouped together, followed by the 3D Controllers. An extra panel allows an alternative control over a Slice View.
Use Cases
Most frequently used for these scenarios:
- Controlling Slice Views while maximizing the screen real estate for images with the view.
- Controlling 3D Views without having to expand the controller within the view.
Tutorials
Links to tutorials that use this module
Panels and their use
|
Similar Modules
- Slice Controller on the Slice View
- 3D Controller on the 3D View
References
Publications related to this module go here. Links to pdfs would be useful. For extensions: link to the source code repository and additional documentation
Information for Developers
| Section under construction. |