MCPcopy Create free account
hub / github.com/PRBonn/depth_clustering / object_clouds

Method object_clouds

src/visualization/visualizer.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140void Visualizer::onUpdate() { this->update(); }
141
142unordered_map<uint16_t, Cloud> ObjectPtrStorer::object_clouds() const {
143 lock_guard<mutex> guard(_cluster_mutex);
144 return _obj_clouds;
145}
146
147void ObjectPtrStorer::OnNewObjectReceived(
148 const unordered_map<uint16_t, Cloud>& clouds, const int) {

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected