📄 wrap_itkrandomimagesource.cxx
字号:
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: $RCSfile: wrap_itkRandomImageSource.cxx,v $
Language: C++
Date: $Date: 2004-04-02 22:43:59 $
Version: $Revision: 1.1 $
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 "itkRandomImageSource.h"
#include "itkImage.h"
#ifdef CABLE_CONFIGURATION
#include "itkCSwigMacros.h"
#include "itkCSwigImages.h"
namespace _cable_
{
const char* const group = ITK_WRAP_GROUP(itkRandomImageSource);
namespace wrappers
{
ITK_WRAP_OBJECT1(RandomImageSource, image::F2, itkRandomImageSourceF2);
ITK_WRAP_OBJECT1(RandomImageSource, image::F3, itkRandomImageSourceF3);
ITK_WRAP_OBJECT1(RandomImageSource, image::US2, itkRandomImageSourceUS2);
ITK_WRAP_OBJECT1(RandomImageSource, image::US3, itkRandomImageSourceUS3);
}
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -