SNTPoint Class Documentation#
Package: sc.fiji.snt.util
Classes extend this interface implement a point in a 3D space, always using real world coordinates.
Methods#
Getters Methods#
- getAnnotation()#
- getCoordinateOnAxis(int)#
- getHemisphere()#
- getX()#
- getY()#
- getZ()#
Setters Methods#
- setAnnotation(BrainAnnotation)#
Assigns a neuropil annotation (e.g., atlas compartment) to this point.
- setHemisphere(char)#
Other Methods#
- static average(Collection)
Computes the average position of a collection of SNTPoints.
- static of(Number, Number, Number)