Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctoMap/octomap
/ OcTreeNode
Method
OcTreeNode
octomap/src/OcTreeNode.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
namespace octomap {
44
45
OcTreeNode::OcTreeNode()
46
: OcTreeDataNode<float>(0.0)
47
{
48
}
49
50
OcTreeNode::~OcTreeNode(){
51
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected