|
Class Summary |
| AbstractRadialSampler |
This class provides support for peforming samples across the volume from a given center
to each vertex. |
| AbstractVolumeDataViewSampler |
This class provides some basic implementation of the VolumeDataViewSampler interface. |
| AveragingRadialSampler |
This Sampler samples along each line from the center to each vertex and computes
an average data value along that line. |
| DataPointSampler |
This Sampler simply samples a value at each vertex using the VolumeData built-in trilinear
interpolation if a vertex does not lie exactly on a point in the volume data set. |
| VolumeDataViewSamplerFactory |
This factory manages instances of VolumeDataViewSamplers. |