BioDynaMo
v1.05.120-25dc9790
|
Classes | |
struct | NeuriteBifurcationEvent |
Contains the parameters to bifurcate a growth cone. More... | |
struct | NeuriteBranchingEvent |
This event splits the current neurite element into two elements and adds a new side branch as daughter right at the proximal half. More... | |
class | NeuriteElement |
class | NeuronOrNeurite |
class | NeuronSoma |
struct | NewNeuriteExtensionEvent |
Contains the parameters to extend a new neurite from a neuron soma. More... | |
struct | Param |
struct | SideNeuriteExtensionEvent |
Contains the parameters to add a side neurite element. More... | |
struct | SplitNeuriteElementEvent |
Contains the parameters to split a neurite element into two segments. More... | |
Enumerations | |
enum | StructureIdentifierSWC { kUndefined, kSoma, kAxon, kBasalDendrite, kApicalDendrite } |
Functions | |
void | InitModule () |
std::ostream & | operator<< (std::ostream &str, const NeuriteElement &n) |
void | PrintVector (std::ostream &out, const Real3 &pos) |
Enumerator | |
---|---|
kUndefined | |
kSoma | |
kAxon | |
kBasalDendrite | |
kApicalDendrite |
Definition at line 32 of file neuron_or_neurite.h.
void bdm::neuroscience::InitModule | ( | ) |
Initializes the neuroscience module. NB: Must be called before bdm::Simulation
is created!
std::ostream& bdm::neuroscience::operator<< | ( | std::ostream & | str, |
const NeuriteElement & | n | ||
) |
Definition at line 809 of file neurite_element.cc.
|
inline |
Definition at line 143 of file neuron_soma.cc.