|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <unidefs.h>#include <extensionframework/libextensionframework_exports.h>#include <extensionframework/libextensionframework_undef.h>Go to the source code of this file.
Typedefs | |
| typedef void(* | Callback_fn_t )(void) |
Functions | |
| EXTENSIONFRAMEWORK_API int | CALLBACK_get_function_pointer_by_name (const char *callback_type, const char *callback_name, Callback_fn_t *function) |
| EXTENSIONFRAMEWORK_API int | CALLBACK_get_function_pointers (const char *callback_type, int *number_of_callbacks, Callback_fn_t **functions) |
| EXTENSIONFRAMEWORK_API int | CALLBACK_get_names_and_tags (const char *callback_type, int *number_of_callbacks, char ***callback_names, tag_t **cb_functions) |
Public API for callbacks in Extension Framework Library
Definition in file callback.h.