📄 wrap_vnl_c_vector.cxx
字号:
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: wrap_vnl_c_vector.cxx,v $
Language: C++
Date: $Date: 2003/09/10 14:30:13 $
Version: $Revision: 1.4 $
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 "vcl_complex.h"
#include "vnl/vnl_c_vector.h"
#ifdef CABLE_CONFIGURATION
#include "wrap_VXLNumerics.h"
ITK_WRAP_VNL(vnl_c_vector);
#if 0
// Could add vnl_c_vector_bool, but it is disabled for ITK's
// VXLNumerics library.
namespace _cable_
{
namespace wrappers
{
typedef vnl_c_vector<bool> vnl_c_vector_bool;
}
}
void force_instantiate2()
{
using namespace _cable_::wrappers;
sizeof(vnl_c_vector_bool);
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -