VIA - Volumetric Image Analysis
Volume Struct Reference

a run-length encoding of a volumetric object More...

Detailed Description

a run-length encoding of a volumetric object

Parameters
shortlabel
shortslice-dimension
shortrow-dimension
shortcolumn-dimension
shortlength of hash table (number of buckets)
shorttotal number of tracks in all buckets
intpointer to buckets
VBucketpointer 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.

Author:
Gabriele Lohmann, MPI-CBS