Uses of Enum Class
net.imglib2.kdtree.KDTreePositions.PositionsLayout
Packages that use KDTreePositions.PositionsLayout
-
Uses of KDTreePositions.PositionsLayout in net.imglib2.kdtree
Subclasses with type arguments of type KDTreePositions.PositionsLayout in net.imglib2.kdtreeModifier and TypeClassDescriptionstatic enumWithNESTEDlayout, positions are stored as a nesteddouble[][]array wherepositions[d][i]is dimensiondof thei-th point.Methods in net.imglib2.kdtree that return KDTreePositions.PositionsLayoutModifier and TypeMethodDescriptionKDTreePositions.Flat.layout()abstract KDTreePositions.PositionsLayoutKDTreePositions.layout()Get the internal layout of positions.KDTreePositions.Nested.layout()Returns the enum constant of this class with the specified name.static KDTreePositions.PositionsLayout[]KDTreePositions.PositionsLayout.values()Returns an array containing the constants of this enum class, in the order they are declared.