a run-length encoding of a volumetric object More...
a run-length encoding of a volumetric object
| short | label | |
| short | slice-dimension | |
| short | row-dimension | |
| short | column-dimension | |
| short | length of hash table (number of buckets) | |
| short | total number of tracks in all buckets | |
| int | pointer to buckets | |
| VBucket | pointer to next volume in linked list |
The data struct 'volume' is used to represent a single 3D object. A linked list of single objects of type 'volume' make up a 'volumes' data struct. The data struct uses 3D run-length encoding.
Use functions 'VAddVolume', 'VCreateVolume', 'VolumeExists', 'VFirstVolume', 'VNextVolume' to perform operations on volumes.
1.6.3