📄 wrap_vnl_fortran_copy.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("vnl/vnl_fortran_copy.h")
WRAP_CLASS("vnl_fortran_copy")
WRAP_TEMPLATE("${ITKM_D}" "${ITKT_D}")
WRAP_TEMPLATE("_vcl_complex${ITKM_D}" "vcl_complex<${ITKT_D}>")
WRAP_TEMPLATE("${ITKM_F}" "${ITKT_F}")
WRAP_TEMPLATE("_vcl_complex${ITKM_F}" "vcl_complex<${ITKT_F}>")
END_WRAP_CLASS()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -