Uses of Interface
org.anchoranalysis.mpp.index.factory.VoxelPartitionFactory
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.index |
Indexing voxel-values in different ways.
|
| org.anchoranalysis.mpp.index.factory |
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 VoxelPartitionFactory Modifier and Type Method Description voidIndexByChannel. 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<org.anchoranalysis.math.histogram.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 VoxelPartitionFactory Constructor Description IndexByRegion(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 VoxelPartitionFactory Modifier and Type Class Description classVoxelPartitonFactoryHistogramA factory for creatingVoxelPartitioninstances that useHistograms as parts.