wrap_itkdensefinitedifferenceimagefilter.cmake.notwrapped

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· NOTWRAPPED 代码 · 共 33 行

NOTWRAPPED
33
字号
#------------------------------------------------------------------------------
# Set the wrapped module
SET(itk_Module "itkDenseFiniteDifferenceImageFilter")
# Set the class include
SET(itk_Include 
   "DenseFiniteDifferenceImageFilter"
   "Image"
)
# Set the file name
SET(itk_File "${WrapITK_PART_DIR}/wrap_${itk_Module}.cxx")

#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# Write file header
WRITE_WRAP_BEGIN(${itk_File} "${itk_Include}" ${itk_Module})

#------------------------------------------------------------------------------
# class
SET(itk_Class "DenseFiniteDifferenceImageFilter")
SET(itk_Wrap
   "${ITKM_IVF22}${ITKM_IVF22} # ${ITKT_IVF22},${ITKT_IVF22}"
   "${ITKM_IVF33}${ITKM_IVF33} # ${ITKT_IVF33},${ITKT_IVF33}"
)
WRITE_WRAP_CLASS_POINTER(${itk_File} ${itk_Class} "${itk_Wrap}")

#------------------------------------------------------------------------------
# Write file footer
WRITE_WRAP_END(${itk_File})

#------------------------------------------------------------------------------
#------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?