|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <dmi/libdmi_exports.h>#include <dmi/libdmi_undef.h>Go to the source code of this file.
Typedefs | |
| typedef int(* | OpenHandler_t )(tag_t dataset, tag_t datasetType, tag_t tool_tag, void *aUserData) |
Functions | |
Open handler callback functions | |
| DMI_API int | DMI_registerOpenHandler (tag_t datasetType, tag_t tool, OpenHandler_t action, void *user_data) |
| void | DMI_unregisterOpenHandler (tag_t datasetType, tag_t tool) |
| void | DMI_unregisterAllHandlers () |
This file contains ITK functions to register/unregister DMI callback functions.
Definition in file dmi_handler.h.