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 TypeMethodDescriptionvoidIndexByChannel.cleanUp(VoxelPartitionFactory<T> factory) Cleans up the voxel partitions for all channels using the provided factory.voidIndexByRegion.cleanUp(VoxelPartitionFactory<T> factory) Cleans up the voxel partitions using the provided factory.voidVoxelPartition.cleanUp(VoxelPartitionFactory<T> factory) Cleans up the voxel partition using the provided factory.voidVoxelPartitionHistogram.cleanUp(VoxelPartitionFactory<Histogram> factory) voidIndexByChannel.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 TypeClassDescriptionclassA factory for creatingVoxelPartitioninstances that useHistograms as parts.