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

📄 vnl_tag.h

📁 DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.
💻 H
字号:
// This is core/vnl/vnl_tag.h
#ifndef vnl_tag_h_
#define vnl_tag_h_
//:
// \file
// \author fsm
//
// These tags are used as argument to some private vnl_matrix and vnl_vector
// constructors to take advantage of the C++ return value optimization.
// \relates vnl_matrix
// \relates vnl_vector

struct vnl_tag_add { };
struct vnl_tag_sub { };
struct vnl_tag_mul { };
struct vnl_tag_div { };
struct vnl_tag_grab { };

#endif // vnl_tag_h_

⌨️ 快捷键说明

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