Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctoMap/octomap
/ ~ScanNode
Method
~ScanNode
octomap/src/ScanGraph.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
ScanNode::~ScanNode(){
46
if (scan != NULL){
47
delete scan;
48
scan = NULL;
49
}
50
}
51
52
std::ostream& ScanNode::writeBinary(std::ostream &s) const {
53
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected