BioDynaMo
v1.05.120-25dc9790
|
Contains the parameters to split a neurite element into two segments. More...
#include <split_neurite_element_event.h>
Public Member Functions | |
SplitNeuriteElementEvent (real_t distal_portion) | |
~SplitNeuriteElementEvent () override=default | |
NewAgentEventUid | GetUid () const override |
Public Member Functions inherited from bdm::NewAgentEvent | |
virtual | ~NewAgentEvent ()=default |
Public Attributes | |
real_t | distal_portion |
Public Attributes inherited from bdm::NewAgentEvent | |
Agent * | existing_agent |
InlineVector< Agent *, 3 > | new_agents |
Behavior * | existing_behavior |
InlineVector< Behavior *, 3 > | new_behaviors |
Static Public Attributes | |
static const NewAgentEventUid | kUid |
Contains the parameters to split a neurite element into two segments.
This event splits a neurite element into two segments. The neurite element that triggers the event becomes the distal one. The new neurite element will be the proximal one.
Definition at line 28 of file split_neurite_element_event.h.
|
inlineexplicit |
Definition at line 31 of file split_neurite_element_event.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements bdm::NewAgentEvent.
Definition at line 36 of file split_neurite_element_event.h.
real_t bdm::neuroscience::SplitNeuriteElementEvent::distal_portion |
The fraction of the total old length devoted to the distal half (should be between 0 and 1).
Definition at line 40 of file split_neurite_element_event.h.
|
static |
Definition at line 29 of file split_neurite_element_event.h.