Uses of Enum Class
org.anchoranalysis.spatial.axis.Axis
Packages that use Axis
Package
Description
Converting quantities of distance between units.
Classes to describe the size of images or components of images both in voxels and physically.
Features that operate on a single
ObjectMask
.The fundamental data class that is an
ObjectMask
and related structures.Features that are calculated from
Dimensions
.Identifying the three standard axes in 3D cartesian coordinates.
Axis-aligned bounding-boxes and related operations.
Various methods to specify the orientation (general direction) of an entity.
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
-
Uses of Axis in org.anchoranalysis.image.bean.unitvalue.distance
Methods in org.anchoranalysis.image.bean.unitvalue.distance with parameters of type AxisModifier and TypeMethodDescriptiondouble
UnitValueDistance.resolveForAxis
(Optional<UnitConverter> unitConverter, Axis axis) Resolves the distance in a direction aligned to a particular axis. -
Uses of Axis in org.anchoranalysis.image.core.dimensions
Methods in org.anchoranalysis.image.core.dimensions with parameters of type AxisModifier and TypeMethodDescriptionfinal double
Resolution.valueByDimension
(Axis axis) A component of the tuple corresponding to a particular axis. -
Uses of Axis in org.anchoranalysis.image.feature.bean.object.single
Constructors in org.anchoranalysis.image.feature.bean.object.single with parameters of type AxisModifierConstructorDescriptionCenterOfGravity
(Axis axis) Creates a CenterOfGravity feature for a specific axis. -
Uses of Axis in org.anchoranalysis.image.voxel.object
Methods in org.anchoranalysis.image.voxel.object with parameters of type AxisModifier and TypeMethodDescriptiondouble
ObjectMask.centerOfGravity
(Axis axis) Calculates center-of-gravity for one specific axis only. -
Uses of Axis in org.anchoranalysis.plugin.image.feature.bean.dimensions
Methods in org.anchoranalysis.plugin.image.feature.bean.dimensions with parameters of type AxisModifier and TypeMethodDescriptionprotected double
Extent.calculateForAxis
(Dimensions dimensions, Axis axis) protected abstract double
ForSpecificAxis.calculateForAxis
(Dimensions dimensions, Axis axis) Calculates a feature value for a specific axis of the given dimensions.protected double
VoxelPhysicalSize.calculateForAxis
(Dimensions dimensions, Axis axis) -
Uses of Axis in org.anchoranalysis.spatial.axis
Methods in org.anchoranalysis.spatial.axis that return AxisModifier and TypeMethodDescriptionstatic Axis
AxisConverter.createFromString
(String axisAsString) Maps a string of x, y, z (case ignored) to a corresponding axis type.static Axis
Returns the enum constant of this class with the specified name.static Axis[]
Axis.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.spatial.axis with parameters of type AxisModifier and TypeMethodDescriptionstatic int
AxisConverter.dimensionIndexFor
(Axis axis) A corresponding index representing for the dimension anAxis
represents.static int
Multiplexes the a value corresponding to a particular axis. -
Uses of Axis in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type AxisModifier and TypeMethodDescriptionint
Extent.valueByDimension
(Axis axis) The size in the dimension identified byaxis
. -
Uses of Axis in org.anchoranalysis.spatial.orientation
Constructors in org.anchoranalysis.spatial.orientation with parameters of type AxisModifierConstructorDescriptionDirectionVector
(Axis axis) Creates a direction aligned to a particular axis. -
Uses of Axis in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point with parameters of type AxisModifier and TypeMethodDescriptionint
ReadableTuple3i.valueByDimension
(Axis axis) A component of a tuple corresponding to a particular axis.final double
Tuple3d.valueByDimension
(Axis axis) A component of the tuple corresponding to a particular axis.final float
Tuple3f.valueByDimension
(Axis axis) A component of a tuple corresponding to a particular axis.final int
Tuple3i.valueByDimension
(Axis axis)