Difference between revisions of "Documentation/4.2/Modules/Contours"

From Slicer Wiki
Jump to: navigation, search
(Page created)
 
(Updated according to nightly)
Line 1: Line 1:
The Contours module manages contours and contour hierarchies
+
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-header}}
 +
<!-- ---------------------------- -->
  
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}
 +
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 +
{{documentation/{{documentation/version}}/module-introduction-row}}
 +
This work is part of the SparKit project, funded by An Applied Cancer Research Unit of Cancer Care Ontario with funds provided by the Ministry of Health and Long-Term Care and the Ontario Consortium for Adaptive Interventions in Radiation Oncology (OCAIRO) to provide free, open-source toolset for radiotherapy and related image-guided interventions.<br>
 +
Author: Csaba Pinter (PerkLab, Queen's University)<br>
 +
Contact: Csaba Pinter, <email>pinter@cs.queensu.ca</email><br>
 +
{{documentation/{{documentation/version}}/module-introduction-row}}
 +
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 +
|{{collaborator|logo|cco}}|{{collaborator|longname|cco}}
 +
|{{collaborator|logo|sparkit}}|{{collaborator|longname|sparkit}}
 +
}}
 +
{{documentation/{{documentation/version}}/module-introduction-end}}
  
[[image:UnderConstruction.png|Under construction|10px]]'''This page is under construction'''[[image:UnderConstruction.png|Under construction|10px]]
+
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|Module Description}}
 +
The {{documentation/modulename}} module manages contours and contour hierarchies.
 +
 
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 +
* Loading as ribbon, then DVH computation; the user wants to see the contours in 3D
 +
* Editing contour 1, edit contour 2; see contour 1 while editing contour 2
 +
 
 +
{|align="center"
 +
|[[File:SlicerRT0.5 Contours.png|thumb|720px| Contours module GUI]]
 +
|}
 +
 
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 +
N/A
 +
 
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|Panels and their use}}
 +
* Current contour(s): Currently selected contour node (vtkMRMLContourNode) or conotur hierarchy node (vtkMRMLContourHierarchyNode)
 +
* Active representation: The active representation ('''Ribbon model / Indexed labelmap / Closed surface model''') of the selected contour. If a hierarchy is selected in which the active representations of the contained contours do not match, '''Various''' is indicated
 +
* Change active representation: This box contains controls to convert from one representation to another
 +
<!--
 +
{{documentation/{{documentation/version}}/module-parametersdescription}}
 +
-->
 +
 
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 +
N/A
 +
 
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|References}}
 +
Issue on SlicerRT ticketing system [https://www.assembla.com/spaces/slicerrt/tickets/137 here]
 +
 
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 +
{{documentation/{{documentation/version}}/module-developerinfo}}
 +
 
 +
 
 +
<!-- ---------------------------- -->
 +
{{documentation/{{documentation/version}}/module-footer}}
 +
<!-- ---------------------------- -->

Revision as of 21:52, 8 November 2012

Home < Documentation < 4.2 < Modules < Contours


Introduction and Acknowledgements

This work is part of the SparKit project, funded by An Applied Cancer Research Unit of Cancer Care Ontario with funds provided by the Ministry of Health and Long-Term Care and the Ontario Consortium for Adaptive Interventions in Radiation Oncology (OCAIRO) to provide free, open-source toolset for radiotherapy and related image-guided interventions.
Author: Csaba Pinter (PerkLab, Queen's University)
Contact: Csaba Pinter, <email>pinter@cs.queensu.ca</email>

Cancer Care Ontario  
Software Platform and Adaptive Radiotherapy Kit  

Module Description

The Contours module manages contours and contour hierarchies.

Use Cases

  • Loading as ribbon, then DVH computation; the user wants to see the contours in 3D
  • Editing contour 1, edit contour 2; see contour 1 while editing contour 2
Contours module GUI

Tutorials

N/A

Panels and their use

  • Current contour(s): Currently selected contour node (vtkMRMLContourNode) or conotur hierarchy node (vtkMRMLContourHierarchyNode)
  • Active representation: The active representation (Ribbon model / Indexed labelmap / Closed surface model) of the selected contour. If a hierarchy is selected in which the active representations of the contained contours do not match, Various is indicated
  • Change active representation: This box contains controls to convert from one representation to another

Similar Modules

N/A

References

Issue on SlicerRT ticketing system here

Information for Developers