MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / AbstractTreeNode

Method AbstractTreeNode

bt_editor/bt_editor_base.h:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61struct AbstractTreeNode
62{
63 AbstractTreeNode() :
64 index(-1),
65 status(NodeStatus::IDLE),
66 graphic_node(nullptr)
67 {
68 model.type = NodeType::UNDEFINED;
69 }
70
71 NodeModel model;
72 PortsMapping ports_mapping;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected