Uses of Class
org.neuroml.model.Point3DWithDiam
-
Uses of Point3DWithDiam in org.neuroml.model
Modifier and TypeFieldDescriptionprotected Point3DWithDiam
Segment.distal
protected Point3DWithDiam
Segment.proximal
Modifier and TypeMethodDescriptionObjectFactory.createPoint3DWithDiam()
Create an instance ofPoint3DWithDiam
Segment.getDistal()
Gets the value of the distal property.Segment.getProximal()
Gets the value of the proximal property.Modifier and TypeMethodDescriptionvoid
Segment.setDistal
(Point3DWithDiam value) Sets the value of the distal property.void
Segment.setProximal
(Point3DWithDiam value) Sets the value of the proximal property. -
Uses of Point3DWithDiam in org.neuroml.model.util
Modifier and TypeMethodDescriptionstatic double
CellUtils.distance
(Point3DWithDiam p, Point3DWithDiam d)