Documentation/4.1/Modules/ExecutionModelTour
From SlicerWiki
Revision as of 04:45, 12 April 2012 by JChris.FillionR (Talk | contribs)
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
Shows one of each type of parameter.
Use Cases
N/A
Tutorials
N/A
Panels and their use
Parameters:
- Scalar Parameters
- Integer Parameter: An integer without constraints
- Double Parameter: A double with constraints
- Vector Parameters
- Float Vector Parameter: A vector of floats
- String Vector Parameter: A vector of strings
- Enumeration Parameters
- String Enumeration Parameter: An enumeration of strings
- Boolean Parameters
- Boolean Default true: A boolean default true
- Boolean Default false: A boolean default false
- Boolean No Default: A boolean with no default, should be defaulting to false
- File, Directory and Image Parameters
- Input file: An input file
- Input Files: Multiple input files
- Input directory: An input directory. If no default is specified, the current directory is used,
- Input image: An input image
- Output image: An output image
- Input transform: An input transform
- Output transform: An output transform
- Seeds: Lists of points in the CLI correspond to slicer fiducial lists
- Index Parameters
- First index argument: First index argument is an image
- Second index argument: Second index argument is an image
- Regions of interest
- Region list: List of regions to process
- Measurements
- Input FA measurements: Array of FA values to process
- Output FA measurements: Array of processed (output) FA values
- Simple return types
- An integer return value: An example of an integer return type
- A boolean return value: An example of a boolean return type
- A floating point return value: An example of a float return type
- A double point return value: An example of a double return type
- A string point return value: An example of a string return type
- An integer vector return value: An example of an integer vector return type
- A string enumeration return value: An enumeration of strings as a return type
Similar Modules
N/A
References
N/A
Information for Developers
| Section under construction. |
