⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wrap_itkimageboundarycondition.cmake

📁 DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.
💻 CMAKE
字号:
# gcc-xml on windows cannot be allowed to see the full ConstantBoundaryCondition
# header because currently gcc-xml and cswig cannot properly wrap functions
# that use __declspec specifiers, which one part of itkConstantBoundaryCondition.h
# does on windows. Just pass the stub header which will keep gcc-xml away from the 
# real header on windows.
# IF(WIN32)
#   WRAP_INCLUDE("itkConstantBoundaryConditionStub.h")
# ENDIF(WIN32)

# WRAP_CLASS("itk::ImageBoundaryCondition")
#   WRAP_IMAGE_FILTER_ALL_TYPES(1)
# END_WRAP_CLASS()

WRAP_CLASS("itk::PeriodicBoundaryCondition")
  WRAP_IMAGE_FILTER_ALL_TYPES(1)
END_WRAP_CLASS()

WRAP_CLASS("itk::ZeroFluxNeumannBoundaryCondition")
  WRAP_IMAGE_FILTER_ALL_TYPES(1)
END_WRAP_CLASS()

WRAP_CLASS("itk::ConstantBoundaryCondition")
  WRAP_IMAGE_FILTER_ALL_TYPES(1)
END_WRAP_CLASS()

⌨️ 快捷键说明

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