MCPcopy Create free account
hub / github.com/OctoMap/octomap / ~ScanGraph

Method ~ScanGraph

octomap/src/ScanGraph.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163 ScanGraph::~ScanGraph() {
164 this->clear();
165 }
166
167 void ScanGraph::clear() {
168 for (unsigned int i=0; i<nodes.size(); i++) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected