wrap_itkfftcomplexconjugatetorealimagefilter.cmake
来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· CMAKE 代码 · 共 28 行
CMAKE
28 行
WRAP_CLASS("itk::FFTComplexConjugateToRealImageFilter" POINTER)
FOREACH(d ${WRAP_ITK_DIMS})
IF(WRAP_complex_float AND WRAP_float)
WRAP_TEMPLATE("${ITKM_F}${d}" "${ITKT_F},${d}")
ENDIF(WRAP_complex_float AND WRAP_float)
IF(WRAP_complex_double AND WRAP_double)
WRAP_TEMPLATE("${ITKM_D}${d}" "${ITKT_D},${d}")
ENDIF(WRAP_complex_double AND WRAP_double)
ENDFOREACH(d)
END_WRAP_CLASS()
# wrapped here to avoid linking error on mac os x
WRAP_CLASS("itk::VnlFFTComplexConjugateToRealImageFilter" POINTER)
FOREACH(d ${WRAP_ITK_DIMS})
IF(WRAP_complex_float AND WRAP_float)
WRAP_TEMPLATE("${ITKM_F}${d}" "${ITKT_F},${d}")
ENDIF(WRAP_complex_float AND WRAP_float)
IF(WRAP_complex_double AND WRAP_double)
WRAP_TEMPLATE("${ITKM_D}${d}" "${ITKT_D},${d}")
ENDIF(WRAP_complex_double AND WRAP_double)
ENDFOREACH(d)
END_WRAP_CLASS()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?