public interface SNTPoint
Modifier and Type | Method and Description |
---|---|
static <T extends SNTPoint> |
average(Collection<T> points) |
BrainAnnotation |
getAnnotation() |
double |
getCoordinateOnAxis(int axis) |
char |
getHemisphere() |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
setAnnotation(BrainAnnotation annotation)
Assigns a neuropil annotation (e.g., atlas compartment) to this point.
|
void |
setHemisphere(char lr) |
double getX()
double getY()
double getZ()
double getCoordinateOnAxis(int axis)
void setAnnotation(BrainAnnotation annotation)
annotation
- the annotation to be assigned to this pointBrainAnnotation getAnnotation()
void setHemisphere(char lr)
char getHemisphere()
static <T extends SNTPoint> T average(Collection<T> points)
Copyright © 2015–2021 Fiji. All rights reserved.