📄 wrap_itkvector.cxx
字号:
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: wrap_itkVector.cxx,v $
Language: C++
Date: $Date: 2003/09/10 14:30:13 $
Version: $Revision: 1.2 $
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.
=========================================================================*/
#include "itkVector.h"
#ifdef CABLE_CONFIGURATION
#include "wrap_ITKCommon.h"
ITK_WRAP_CONFIG_GROUP(itkVector);
ITK_WRAP_CLASS_TEMPLATE_2(VectorD2, Vector<double, 2>);
ITK_WRAP_CLASS_TEMPLATE_2(VectorD3, Vector<double, 3>);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -