📄 wrap_itkcommon.cxx
字号:
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: wrap_ITKCommon.cxx,v $
Language: C++
Date: $Date: 2003/09/10 14:30:12 $
Version: $Revision: 1.11 $
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 "itkCSwigMacros.h"
namespace _cable_
{
const char* const package = ITK_WRAP_PACKAGE_NAME(ITK_WRAP_PACKAGE);
const char* const groups[] =
{
ITK_WRAP_GROUP(ITKBase),
ITK_WRAP_GROUP(ITKFilterBase),
ITK_WRAP_GROUP(ITKInterpolators),
ITK_WRAP_GROUP(ITKKernelDeformableTransforms),
ITK_WRAP_GROUP(ITKRegions),
ITK_WRAP_GROUP(ITKRigidTransforms),
ITK_WRAP_GROUP(ITKSimilarityTransforms),
ITK_WRAP_GROUP(itkAffineTransform),
ITK_WRAP_GROUP(itkArray),
ITK_WRAP_GROUP(itkAzimuthElevationToCartesianTransform),
ITK_WRAP_GROUP(itkBSplineDeformableTransform),
ITK_WRAP_GROUP(itkContinuousIndex),
ITK_WRAP_GROUP(itkDifferenceImageFilter),
ITK_WRAP_GROUP(itkDenseFiniteDifferenceImageFilter),
ITK_WRAP_GROUP(itkEventObjectGroup),
ITK_WRAP_GROUP(itkFiniteDifferenceImageFilter),
ITK_WRAP_GROUP(itkFixedArray),
ITK_WRAP_GROUP(itkIdentityTransform),
ITK_WRAP_GROUP(itkImage),
ITK_WRAP_GROUP(itkIndex),
ITK_WRAP_GROUP(itkPoint),
ITK_WRAP_GROUP(itkSize),
ITK_WRAP_GROUP(itkScaleTransform),
ITK_WRAP_GROUP(itkTranslationTransform),
ITK_WRAP_GROUP(itkTransform),
#ifdef ITK_TCL_WRAP
ITK_WRAP_GROUP(ITKUtils),
#endif
#ifdef ITK_PYTHON_WRAP
ITK_WRAP_GROUP(ITKPyUtils),
#endif
"SwigExtras",
ITK_WRAP_GROUP(itkVector),
ITK_WRAP_GROUP(itkVersorTransform)
};
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -