📄 vnl_unary_function.cxx
字号:
// This is vxl/vnl/vnl_unary_function.cxx
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma implementation
#endif
//
// UnaryFunction
// Author: Andrew W. Fitzgibbon, Oxford RRG
// Created: 28 Nov 98
//
//-----------------------------------------------------------------------------
#include "vnl_unary_function.h"
#include "vnl_identity.h"
#include <vnl/vnl_vector.h>
template class vnl_unary_function<int,int>;
template class vnl_identity<int>;
template class vnl_unary_function<double, vnl_vector<double> >;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -