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

Method getNodeByID

octomap/src/ScanGraph.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 ScanNode* ScanGraph::getNodeByID(unsigned int id) {
253 for (unsigned int i = 0; i < nodes.size(); i++) {
254 if (nodes[i]->id == id) return nodes[i];
255 }
256 return NULL;
257 }
258
259 bool ScanGraph::edgeExists(unsigned int first_id, unsigned int second_id) {
260

Callers 3

ScanGraph.cppFile · 0.80
jumpToFrameMethod · 0.80
playMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected