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/FunctionPointer/README.md
Go to the documentation of this file.
1 Function Pointer (experimental) {#CommandLineModulesBackendFunctionPointer_Page}
2 ===============================
3 
4 \internal This page is best viewed in its [Doxygen processed]
5 (http://www.commontk.org/docs/html/CommandLineModulesBackendFunctionPointer_Page.html) form. \endinternal
6 
7 The Function Pointer back-end is an experimental *proof-of-concept* (however, it is used in
8 some unit tests as a light-weight back-end).
9 
10 This back-end allows the registration of C/C++ function pointers and uses template magic
11 to auto-generate an XML description using the type information in the function signature.
12 Many template specializations for certain parameter types are missing, hence this back-end
13 will only work for a limited set of argument types. See the ctkCmdLineModuleBackendFunctionPointer
14 class for more information.
15 
16 See the \ref CommandLineModulesBackendFunctionPointer_API module for the API documentation.