MCPcopy Create free account
hub / github.com/OctoMap/octomap / cropEachScan

Method cropEachScan

octomap/src/ScanGraph.cpp:588–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586
587
588 void ScanGraph::cropEachScan(point3d lowerBound, point3d upperBound) {
589
590 for (ScanGraph::iterator it = this->begin(); it != this->end(); it++) {
591 ((*it)->scan)->crop(lowerBound, upperBound);
592 }
593 }
594
595
596 void ScanGraph::crop(point3d lowerBound, point3d upperBound) {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.95
endMethod · 0.95
cropMethod · 0.45

Tested by

no test coverage detected