ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros | Typedefs | Functions
custom.h File Reference
#include <tccore/libtccore_exports.h>
#include <tccore/libtccore_undef.h>

Go to the source code of this file.

Macros

#define ALL_CUSTOMIZATIONS   2
 
#define GM_LIBRARY   "libgm"
 
#define NO_CUSTOMIZATION   0
 
#define ONLY_CURRENT_CUSTOMIZATION   1
 

Typedefs

typedef int(* CUSTOM_EXIT_ftn_t )(int *, va_list)
 

Functions

TCCORE_API int CUSTOM_execute_callbacks (int *decision, const char *ftn_name,...)
 
TCCORE_API int CUSTOM_execute_callbacks_from_library (int *decision, const char *lib_name, const char *ftn_name,...)
 
TCCORE_API int CUSTOM_register_callbacks (void)
 
TCCORE_API int CUSTOM_register_exit (const char *context, const char *base_ftn_name, CUSTOM_EXIT_ftn_t custom_ftn)
 

Detailed Description

This file contains functions for dynamic loading of custom libraries

Definition in file custom.h.