vnl_xio_vector_fixed.h
来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· C头文件 代码 · 共 20 行
H
20 行
// This is core/vnl/xio/vnl_xio_vector_fixed.h
#ifndef vnl_xio_vector_fixed_h
#define vnl_xio_vector_fixed_h
//:
// \file
// \author Gamze Tunali
// \date 12/28/2005
#include <vsl/vsl_fwd.h>
#include <vnl/vnl_vector_fixed.h>
#include <vcl_iosfwd.h>
#include <vcl_string.h>
//: XML save vnl_vector_fixed to stream.
template <class T, unsigned n>
void x_write(vcl_ostream & os, const vnl_vector_fixed<T,n> & v,
vcl_string name="vnl_vector_fixed");
#endif // vnl_xio_vector_fixed_h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?