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