📄 vnl_config.h
字号:
#ifndef vnl_config_h_
#define vnl_config_h_
// Edit this file to suit your taste, but don't commit the changes.
// set to 0 to disable *bounds* checks in the accessor methods (i.e.
// operator() and operator[]) of vnl_matrix<>, vnl_vector<> etc.
// this is not intended to also control *size* checks when doing
// matrix-vector arithmetic.
#define VNL_CONFIG_CHECK_BOUNDS 1
// set to 1 to enable certain old methods.
#define VNL_CONFIG_LEGACY_METHODS 0
// set to 0 if you don't need thread safe code.
#define VNL_CONFIG_THREAD_SAFE 1
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -