15 #ifndef NEUROSCIENCE_NEW_AGENT_EVENT_SIDE_NEURITE_EXTENSION_EVENT_H_
16 #define NEUROSCIENCE_NEW_AGENT_EVENT_SIDE_NEURITE_EXTENSION_EVENT_H_
21 namespace neuroscience {
uint64_t NewAgentEventUid
Contains the parameters to add a side neurite element.
~SideNeuriteExtensionEvent() override=default
real_t length
length of the new branch
real_t diameter
diameter of the new branch
Real3 direction
direction of the new branch
NewAgentEventUid GetUid() const override
static const NewAgentEventUid kUid
SideNeuriteExtensionEvent(real_t length, real_t diameter, const Real3 direction)