抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

c++
函数
PatchMatchController::PatchMatchController(const PatchMatchOptions& options,
const std::string& workspace_path,
const std::string& workspace_format,
const std::string& pmvs_option_name)
: options_(options),
workspace_path_(workspace_path),
workspace_format_(workspace_format),
pmvs_option_name_(pmvs_option_name) {

}

目的就是把参数变成私有的