MCPcopy Create free account
hub / github.com/colmap/colmap / GetController

Method GetController

src/colmap/util/controller_thread.h:57–57  ·  view source on GitHub ↗

get the handle to the controller in ControllerThread

Source from the content-addressed store, hash-verified

55
56 // get the handle to the controller in ControllerThread
57 std::shared_ptr<Controller> GetController() { return controller_; }
58
59 // do BlockIfPaused() every time before checking IsStopped()
60 bool IsStopped() {

Callers 3

CreateControllersMethod · 0.80
FusionMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64