📄 wrap_itkcommon.cxx
字号:
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: wrap_ITKCommon.cxx,v $
Language: C++
Date: $Date: 2003/09/10 14:30:13 $
Version: $Revision: 1.13 $
Copyright (c) Insight Software Consortium. All rights reserved.
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifdef CABLE_CONFIGURATION
#include "wrap_ITKCommon.h"
namespace _cable_
{
const char* const package = ITK_WRAP_PACKAGE;
const char* const package_version = ITK_WRAP_PACKAGE_VERSION;
const char* const groups[] =
{
ITK_WRAP_GROUP(ITKBase),
ITK_WRAP_GROUP(ITKFilterBase),
ITK_WRAP_GROUP(ITKInterpolators),
ITK_WRAP_GROUP(ITKRegions),
ITK_WRAP_GROUP(ITKTransforms),
#ifndef CSWIG
ITK_WRAP_GROUP(ITKUtils),
#endif
ITK_WRAP_GROUP(itkArray),
ITK_WRAP_GROUP(itkContinuousIndex),
ITK_WRAP_GROUP(itkDifferenceImageFilter),
ITK_WRAP_GROUP(itkDenseFiniteDifferenceImageFilter),
ITK_WRAP_GROUP(itkEventObject),
ITK_WRAP_GROUP(itkFiniteDifferenceImageFilter),
ITK_WRAP_GROUP(itkFixedArray),
ITK_WRAP_GROUP(itkImage),
ITK_WRAP_GROUP(itkIndex),
ITK_WRAP_GROUP(itkPoint),
ITK_WRAP_GROUP(itkSize),
ITK_WRAP_GROUP(itkVector)
};
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -