Uses of Interface
org.anchoranalysis.mpp.index.VoxelPartition
Packages that use VoxelPartition
Package
Description
Indexing voxel-values in different ways.
Factories for classes in
org.anchoranalysis.mpp.index
.-
Uses of VoxelPartition in org.anchoranalysis.mpp.index
Classes in org.anchoranalysis.mpp.index that implement VoxelPartitionModifier and TypeClassDescriptionclass
A voxel partition implementation using histograms to represent voxel value distributions. -
Uses of VoxelPartition in org.anchoranalysis.mpp.index.factory
Methods in org.anchoranalysis.mpp.index.factory that return VoxelPartitionModifier and TypeMethodDescriptionVoxelPartitionFactory.create
(int numSlices) Creates a newVoxelPartition
with the specified number of slices.VoxelPartitonFactoryHistogram.create
(int numSlices) Creates a newVoxelPartitionHistogram
with the specified number of slices.