vnl_io_bignum.h

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

H
26
字号
// This is core/vnl/io/vnl_io_bignum.h
#ifndef vnl_io_bignum_h
#define vnl_io_bignum_h
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \author Ian Scott
// \date 10-Oct-2001

#include <vsl/vsl_fwd.h>
#include <vnl/vnl_bignum.h>
#include <vcl_iosfwd.h>

//: Binary save vnl_bignum to stream.
void vsl_b_write(vsl_b_ostream & os, vnl_bignum const& v);

//: Binary load vnl_bignum from stream.
void vsl_b_read(vsl_b_istream & is, vnl_bignum & v);

//: Print human readable summary of object to a stream
void vsl_print_summary(vcl_ostream & os, vnl_bignum const& b);

#endif // vnl_io_bignum_h

⌨️ 快捷键说明

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