|
BioDynaMo
v1.05.125-2619fe54
|
Contains the parameters to add a side neurite element. More...
#include <side_neurite_extension_event.h>
Public Member Functions | |
| SideNeuriteExtensionEvent (real_t length, real_t diameter, const Real3 direction) | |
| ~SideNeuriteExtensionEvent () override=default | |
| NewAgentEventUid | GetUid () const override |
Public Member Functions inherited from bdm::NewAgentEvent | |
| virtual | ~NewAgentEvent ()=default |
Public Attributes | |
| real_t | length |
| length of the new branch More... | |
| real_t | diameter |
| diameter of the new branch More... | |
| Real3 | direction |
| direction of the new branch More... | |
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 add a side neurite element.
This event adds a side neurite (daughter right) to the neurite element that triggered the event.
Definition at line 27 of file side_neurite_extension_event.h.
|
inline |
Definition at line 30 of file side_neurite_extension_event.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements bdm::NewAgentEvent.
Definition at line 36 of file side_neurite_extension_event.h.
| real_t bdm::neuroscience::SideNeuriteExtensionEvent::diameter |
diameter of the new branch
Definition at line 41 of file side_neurite_extension_event.h.
| Real3 bdm::neuroscience::SideNeuriteExtensionEvent::direction |
direction of the new branch
Definition at line 43 of file side_neurite_extension_event.h.
|
static |
Definition at line 28 of file side_neurite_extension_event.h.
| real_t bdm::neuroscience::SideNeuriteExtensionEvent::length |
length of the new branch
Definition at line 39 of file side_neurite_extension_event.h.
1.8.17