Uses of Class
org.anchoranalysis.spatial.orientation.DirectionVector
Packages that use DirectionVector
Package
Description
Beans to specify a direction.
Converting quantities of distance between units.
Classes to describe the size of images or components of images both in voxels and physically.
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
Various methods to specify the orientation (general direction) of an entity.
-
Uses of DirectionVector in org.anchoranalysis.image.bean.spatial.direction
Methods in org.anchoranalysis.image.bean.spatial.direction that return DirectionVectorModifier and TypeMethodDescriptionAxisAlignedUnitVector.createVector()
abstract DirectionVector
DirectionVectorBean.createVector()
Creates a vector in a particular direction.SpecifyVector.createVector()
Constructors in org.anchoranalysis.image.bean.spatial.direction with parameters of type DirectionVectorModifierConstructorDescriptionSpecifyVector
(DirectionVector vector) Create from aDirectionVector
. -
Uses of DirectionVector in org.anchoranalysis.image.bean.unitvalue.distance
Methods in org.anchoranalysis.image.bean.unitvalue.distance with parameters of type DirectionVectorModifier and TypeMethodDescriptiondouble
DistancePhysical.resolve
(Optional<UnitConverter> unitConverter, DirectionVector direction) double
DistanceVoxels.resolve
(Optional<UnitConverter> unitConverter, DirectionVector direction) abstract double
UnitValueDistance.resolve
(Optional<UnitConverter> unitConverter, DirectionVector direction) Resolves the distance using aDirectionVector
. -
Uses of DirectionVector in org.anchoranalysis.image.core.dimensions
Methods in org.anchoranalysis.image.core.dimensions with parameters of type DirectionVectorModifier and TypeMethodDescriptiondouble
UnitConverter.fromPhysicalDistance
(double value, DirectionVector direction) Converts from physical-distance to voxels.double
UnitConverter.toPhysicalDistance
(double value, DirectionVector direction) Converts a distance from voxels to meters.double
UnitConverter.toPhysicalDistance
(double value, DirectionVector direction, String unitType) Converts a distance from voxels to physical units. -
Uses of DirectionVector in org.anchoranalysis.image.feature.bean.physical
Constructors in org.anchoranalysis.image.feature.bean.physical with parameters of type DirectionVectorModifierConstructorDescriptionConvertToPhysicalDistance
(Feature<T> feature, SpatialUnits.UnitSuffix unitType, DirectionVector directionVector) Creates a new instance with specified feature, unit type, and direction vector. -
Uses of DirectionVector in org.anchoranalysis.spatial.orientation
Methods in org.anchoranalysis.spatial.orientation that return DirectionVectorModifier and TypeMethodDescriptionstatic DirectionVector
DirectionVector.createBetweenTwoPoints
(Point3d point1, Point3d point2) Creates aDirectionVector
representing the direction between two points of typePoint3d
.static DirectionVector
DirectionVector.createBetweenTwoPoints
(Point3i point1, Point3i point2) Creates aDirectionVector
representing the direction between two points of typePoint3i
.