MCPcopy 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

34namespace colmap {
35
36BaseController::BaseController() {}
37
38void 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