15 #ifndef NEUROSCIENCE_NEW_AGENT_EVENT_NEURITE_BIFURCATION_EVENT_H_
16 #define NEUROSCIENCE_NEW_AGENT_EVENT_NEURITE_BIFURCATION_EVENT_H_
24 namespace neuroscience {
36 const Real3& direction_l,
const Real3& direction_r)
uint64_t NewAgentEventUid
Contains the parameters to bifurcate a growth cone.
NeuriteBifurcationEvent(real_t length, real_t diameter_l, real_t diameter_r, const Real3 &direction_l, const Real3 &direction_r)
static const NewAgentEventUid kUid
real_t diameter_right
diameter of new branch right
~NeuriteBifurcationEvent() override=default
real_t length
length of new branches
real_t diameter_left
diameter of new branch left
NewAgentEventUid GetUid() const override