test_util.h

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef test_util_h_
#define test_util_h_

class vnl_random;
#include <vcl_complex.h>
#define macro(T) void test_util_fill_random(T *begin, T *end, vnl_random &rng)
macro(float);
macro(double);
macro(long double);
macro(vcl_complex<float>);
macro(vcl_complex<double>);
macro(vcl_complex<long double>);
#undef macro

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?