BioDynaMo
v1.05.120-25dc9790
|
Contains the parameters to bifurcate a growth cone. More...
#include <neurite_bifurcation_event.h>
Public Member Functions | |
NeuriteBifurcationEvent (real_t length, real_t diameter_l, real_t diameter_r, const Real3 &direction_l, const Real3 &direction_r) | |
~NeuriteBifurcationEvent () override=default | |
NewAgentEventUid | GetUid () const override |
Public Member Functions inherited from bdm::NewAgentEvent | |
virtual | ~NewAgentEvent ()=default |
Public Attributes | |
real_t | length |
length of new branches More... | |
real_t | diameter_left |
diameter of new branch left More... | |
real_t | diameter_right |
diameter of new branch right More... | |
Real3 | direction_left |
Real3 | direction_right |
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 bifurcate a growth cone.
This event is only possible for terminal neurite segments. It creates two new neurite elements and assigns it to daughter left and daughter right of the neurite element that triggered the event (=mother).
Definition at line 32 of file neurite_bifurcation_event.h.
|
inline |
Definition at line 35 of file neurite_bifurcation_event.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements bdm::NewAgentEvent.
Definition at line 45 of file neurite_bifurcation_event.h.
real_t bdm::neuroscience::NeuriteBifurcationEvent::diameter_left |
diameter of new branch left
Definition at line 50 of file neurite_bifurcation_event.h.
real_t bdm::neuroscience::NeuriteBifurcationEvent::diameter_right |
diameter of new branch right
Definition at line 52 of file neurite_bifurcation_event.h.
Real3 bdm::neuroscience::NeuriteBifurcationEvent::direction_left |
direction branch right NB: direction will be corrected if it is pointing backward.
Definition at line 55 of file neurite_bifurcation_event.h.
Real3 bdm::neuroscience::NeuriteBifurcationEvent::direction_right |
direction branch left NB: direction will be corrected if it is pointing backward.
Definition at line 58 of file neurite_bifurcation_event.h.
|
static |
Definition at line 33 of file neurite_bifurcation_event.h.
real_t bdm::neuroscience::NeuriteBifurcationEvent::length |
length of new branches
Definition at line 48 of file neurite_bifurcation_event.h.