itktclmodules.h.in

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· IN 代码 · 共 23 行

IN
23
字号
#ifndef _itkTclModules_h
#define _itkTclModules_h

#ifndef ITK_TCL_NO_TK
#  include <tk.h>
#else
#  include <tcl.h>
#endif

typedef int (*InitFunctionType)(Tcl_Interp*);

extern "C"
{
@CONFIG_MODULE_INIT_DECLARATIONS@
}

static const unsigned int NumITKModules = @CONFIG_MODULE_COUNT@;
static const InitFunctionType ModuleInitializers[@CONFIG_MODULE_COUNT@] = {
@CONFIG_MODULE_INIT_ARRAY_INITIALIZER@
};

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?