wrap_vnl_file_vector.cmake
来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· CMAKE 代码 · 共 9 行
CMAKE
9 行
# 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("vnl/vnl_file_vector.h")
WRAP_CLASS("vnl_file_vector")
WRAP_TEMPLATE("${ITKM_D}" "${ITKT_D}")
END_WRAP_CLASS()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?