⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vnl_xio_matrix_fixed.h

📁 DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.
💻 H
字号:
// This is core/vnl/xio/vnl_xio_matrix_fixed.h
#ifndef vnl_xio_matrix_fixed_h
#define vnl_xio_matrix_fixed_h
//:
// \file
// \author Gamze D. Tunali
// \date 22-Dec-2005

//#include <vsl/vsl_binary_io.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>

//: XML save vnl_matrix_fixed to stream.
template <class T, unsigned m, unsigned n>
void x_write(vcl_ostream & os, const vnl_matrix_fixed<T,m,n> & v, 
             vcl_string name="vnl_matrix_fixed");

#endif // vnl_xio_matrix_fixed_h

⌨️ 快捷键说明

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