MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / DecoratorNode

Method DecoratorNode

src/decorator_node.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace BT
17{
18DecoratorNode::DecoratorNode(const std::string& name, const NodeConfig& config)
19 : TreeNode::TreeNode(name, config), child_node_(nullptr)
20{}
21
22void DecoratorNode::setChild(TreeNode* child)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected