Uses of Class
org.anchoranalysis.image.voxel.datatype.UnsignedVoxelType
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.datatype |
The different data-types that can be used to represent voxels.
|
-
Uses of UnsignedVoxelType in org.anchoranalysis.image.voxel.datatype
Subclasses of UnsignedVoxelType in org.anchoranalysis.image.voxel.datatype Modifier and Type Class Description classUnsignedByteVoxelTypeA 8-bit voxel data-type representing unsigned-byte numbers.classUnsignedIntVoxelTypeA 32-bit voxel data-type representing unsigned-int numbers.classUnsignedShortVoxelTypeA 16-bit voxel data-type representing unsigned-short numbers.