Uses of Interface
mgui.neuro.components.Soma
Package | Description |
---|---|
mgui.neuro.components | |
mgui.neuro.components.compartments | |
mgui.neuro.components.simple |
-
Uses of Soma in mgui.neuro.components
Classes in mgui.neuro.components that implement Soma Modifier and Type Class Description class
AbstractSoma
Methods in mgui.neuro.components that return Soma Modifier and Type Method Description Soma
Neuron. getSoma()
-
Uses of Soma in mgui.neuro.components.compartments
Classes in mgui.neuro.components.compartments that implement Soma Modifier and Type Class Description class
CompartmentalSoma
Methods in mgui.neuro.components.compartments that return Soma Modifier and Type Method Description Soma
CompartmentalNeuron. getSoma()
-
Uses of Soma in mgui.neuro.components.simple
Classes in mgui.neuro.components.simple that implement Soma Modifier and Type Class Description class
SimpleSoma
Simple soma for, e.g.,SimpleNeuron
.Methods in mgui.neuro.components.simple with parameters of type Soma Modifier and Type Method Description void
SimpleDendrite. connectTo(Soma s)