CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Libs/CommandLineModules/Backend/LocalProcess/README.md
Go to the documentation of this file.
1 Local Process {#CommandLineModulesBackendLocalProcess_Page}
2 =============
3 
4 \internal This page is best viewed in its [Doxygen processed]
5 (http://www.commontk.org/docs/html/CommandLineModulesBackendLocalProcess_Page.html) form. \endinternal
6 
7 The Local Process back-end is a fully featured back-end implementation for handling executable
8 modules. When registered with a ctkCmdLineModuleManager instance, it will handle the registration
9 of all modules with a "file" location URL scheme. See the ctkCmdLineModuleBackendLocalProcess class
10 for details.
11 
12 See the \ref CommandLineModulesBackendLocalProcess_API module for the API documentation.