BioDynaMo
v1.05.120-25dc9790
|
Contains the parameters to extend a new neurite from a neuron soma. More...
#include <new_neurite_extension_event.h>
Public Member Functions | |
NewNeuriteExtensionEvent (real_t diameter, real_t phi, real_t theta) | |
~NewNeuriteExtensionEvent () override=default | |
NewAgentEventUid | GetUid () const override |
Public Member Functions inherited from bdm::NewAgentEvent | |
virtual | ~NewAgentEvent ()=default |
Public Attributes | |
real_t | diameter |
diameter the diameter of the new neurite More... | |
real_t | phi |
phi azimuthal angle (spherical coordinates) More... | |
real_t | theta |
theta polar angle (spherical coordinates) 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 extend a new neurite from a neuron soma.
The cell that triggers the event is the neuron soma. The event creates a new neurite element.
Definition at line 27 of file new_neurite_extension_event.h.
|
inline |
Definition at line 30 of file new_neurite_extension_event.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements bdm::NewAgentEvent.
Definition at line 35 of file new_neurite_extension_event.h.
real_t bdm::neuroscience::NewNeuriteExtensionEvent::diameter |
diameter the diameter of the new neurite
Definition at line 38 of file new_neurite_extension_event.h.
|
static |
Definition at line 28 of file new_neurite_extension_event.h.
real_t bdm::neuroscience::NewNeuriteExtensionEvent::phi |
phi azimuthal angle (spherical coordinates)
Definition at line 40 of file new_neurite_extension_event.h.
real_t bdm::neuroscience::NewNeuriteExtensionEvent::theta |
theta polar angle (spherical coordinates)
Definition at line 42 of file new_neurite_extension_event.h.