Uses of Interface
org.anchoranalysis.mpp.index.factory.VoxelPartitionFactory
Packages that use VoxelPartitionFactory
Package
Description
Indexing voxel-values in different ways.
Factories for classes in
org.anchoranalysis.mpp.index
.-
Uses of VoxelPartitionFactory in org.anchoranalysis.mpp.index
Methods in org.anchoranalysis.mpp.index with parameters of type VoxelPartitionFactoryModifier and TypeMethodDescriptionvoid
IndexByChannel.cleanUp
(VoxelPartitionFactory<T> factory) Cleans up the voxel partitions for all channels using the provided factory.void
IndexByRegion.cleanUp
(VoxelPartitionFactory<T> factory) Cleans up the voxel partitions using the provided factory.void
VoxelPartition.cleanUp
(VoxelPartitionFactory<T> factory) Cleans up the voxel partition using the provided factory.void
VoxelPartitionHistogram.cleanUp
(VoxelPartitionFactory<Histogram> factory) void
IndexByChannel.initialize
(VoxelPartitionFactory<T> factory, int numChannel, int numRegions, int numSlices) Initializes the channel index with a specified number of channels, regions, and slices.Constructors in org.anchoranalysis.mpp.index with parameters of type VoxelPartitionFactoryModifierConstructorDescriptionIndexByRegion
(VoxelPartitionFactory<T> factory, int numberRegions, int numberSlices) Constructs an IndexByRegion with a specified number of regions and slices. -
Uses of VoxelPartitionFactory in org.anchoranalysis.mpp.index.factory
Classes in org.anchoranalysis.mpp.index.factory that implement VoxelPartitionFactoryModifier and TypeClassDescriptionclass
A factory for creatingVoxelPartition
instances that useHistogram
s as parts.