Uses of Class
org.neuroml.model.Morphology
Packages that use Morphology
-
Uses of Morphology in org.neuroml.model
Fields in org.neuroml.model declared as MorphologyFields in org.neuroml.model with type parameters of type MorphologyMethods in org.neuroml.model that return MorphologyModifier and TypeMethodDescriptionObjectFactory.createMorphology()
Create an instance ofMorphology
Cell.getMorphology()
Gets the value of the morphology property.Methods in org.neuroml.model that return types with arguments of type MorphologyModifier and TypeMethodDescriptionNeuroMLDocument.getMorphology()
Gets the value of the morphology property.Methods in org.neuroml.model with parameters of type MorphologyModifier and TypeMethodDescriptionvoid
Cell.setMorphology
(Morphology value) Sets the value of the morphology property. -
Uses of Morphology in org.neuroml.model.util
Methods in org.neuroml.model.util that return MorphologyModifier and TypeMethodDescriptionstatic Morphology
CellUtils.getCellMorphology
(Cell cell, NeuroMLDocument nml2doc) NeuroMLConverter.xmlToMorphology
(String xmlFile)