Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ BaseController
Method
BaseController
src/colmap/util/base_controller.cc:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
namespace colmap {
35
36
BaseController::BaseController() {}
37
38
void BaseController::AddCallback(const int id, std::function<void()> func) {
39
CHECK(func);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected