📄 wrap_itklevelset.cmake
字号:
# auto include feature must be disable because the class is not in the file
# with the same name
SET(WRAPPER_AUTO_INCLUDE_HEADERS OFF)
WRAP_INCLUDE("itkLevelSet.h")
WRAP_CLASS("itk::LevelSetNode")
SET(WRAPPER_TEMPLATES "${itk_Wrap_LevelSetNode}")
END_WRAP_CLASS()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -