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

Method Clear

src/colmap/ui/log_widget.cc:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void LogWidget::Clear() {
170 QMutexLocker locker(&mutex_);
171 text_queue_.clear();
172 text_box_->clear();
173}
174
175} // namespace colmap

Callers 2

ReconstructionResetMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected