Uses of Interface
org.anchoranalysis.mpp.index.VoxelPartition
| 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 VoxelPartition in org.anchoranalysis.mpp.index
Classes in org.anchoranalysis.mpp.index that implement VoxelPartition Modifier and Type Class Description classVoxelPartitionHistogramA 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 VoxelPartition Modifier and Type Method Description VoxelPartition<T>VoxelPartitionFactory. create(int numSlices)Creates a newVoxelPartitionwith the specified number of slices.VoxelPartition<org.anchoranalysis.math.histogram.Histogram>VoxelPartitonFactoryHistogram. create(int numSlices)Creates a newVoxelPartitionHistogramwith the specified number of slices.