15 #ifndef NEUROSCIENCE_NEW_AGENT_EVENT_NEURITE_BRANCHING_EVENT_H_
16 #define NEUROSCIENCE_NEW_AGENT_EVENT_NEURITE_BRANCHING_EVENT_H_
22 namespace neuroscience {
uint64_t NewAgentEventUid
This event splits the current neurite element into two elements and adds a new side branch as daughte...
real_t length
length of the new side branch
NeuriteBranchingEvent(real_t distal_portion, real_t length, real_t diameter, const Real3 direction)
static const NewAgentEventUid kUid
real_t diameter
diameter of the new side branch
NewAgentEventUid GetUid() const override
~NeuriteBranchingEvent() override=default