Uses of Class
org.neuroml.model.Point3DWithDiam
Packages that use Point3DWithDiam
-
Uses of Point3DWithDiam in org.neuroml.model
Fields in org.neuroml.model declared as Point3DWithDiamModifier and TypeFieldDescriptionprotected Point3DWithDiam
Segment.distal
protected Point3DWithDiam
Segment.proximal
Methods in org.neuroml.model that return Point3DWithDiamModifier 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.Methods in org.neuroml.model with parameters of type Point3DWithDiamModifier 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
Methods in org.neuroml.model.util with parameters of type Point3DWithDiamModifier and TypeMethodDescriptionstatic double
CellUtils.distance
(Point3DWithDiam p, Point3DWithDiam d)