|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
neuroml.meta | |
neuroml.morph | |
neuroml.network |
Uses of Point in neuroml.meta |
---|
Fields in neuroml.meta declared as Point | |
---|---|
protected Point |
Sphere.center
|
protected Point |
RectangularBox.corner
|
Fields in neuroml.meta with type parameters of type Point | |
---|---|
protected java.util.List<Point> |
Points.point
|
Methods in neuroml.meta that return Point | |
---|---|
Point |
ObjectFactory.createPoint()
Create an instance of Point |
Point |
Sphere.getCenter()
Gets the value of the center property. |
Point |
RectangularBox.getCorner()
Gets the value of the corner property. |
Methods in neuroml.meta that return types with arguments of type Point | |
---|---|
java.util.List<Point> |
Points.getPoint()
Gets the value of the point property. |
Methods in neuroml.meta with parameters of type Point | |
---|---|
void |
Sphere.setCenter(Point value)
Sets the value of the center property. |
void |
RectangularBox.setCorner(Point value)
Sets the value of the corner property. |
Uses of Point in neuroml.morph |
---|
Fields in neuroml.morph declared as Point | |
---|---|
protected Point |
Spine.distal
|
protected Point |
Segment.distal
|
protected Point |
Spine.proximal
|
protected Point |
Segment.proximal
|
Methods in neuroml.morph that return Point | |
---|---|
Point |
Spine.getDistal()
Gets the value of the distal property. |
Point |
Segment.getDistal()
Gets the value of the distal property. |
Point |
Spine.getProximal()
Gets the value of the proximal property. |
Point |
Segment.getProximal()
Gets the value of the proximal property. |
Methods in neuroml.morph with parameters of type Point | |
---|---|
void |
Spine.setDistal(Point value)
Sets the value of the distal property. |
void |
Segment.setDistal(Point value)
Sets the value of the distal property. |
void |
Spine.setProximal(Point value)
Sets the value of the proximal property. |
void |
Segment.setProximal(Point value)
Sets the value of the proximal property. |
Uses of Point in neuroml.network |
---|
Fields in neuroml.network declared as Point | |
---|---|
protected Point |
CellInstance.location
|
Methods in neuroml.network that return Point | |
---|---|
Point |
CellInstance.getLocation()
Gets the value of the location property. |
Methods in neuroml.network with parameters of type Point | |
---|---|
void |
CellInstance.setLocation(Point value)
Sets the value of the location property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |