Package edu.washington.biostr.sig.brainj3d.view3D.samplers

Interface Summary
VolumeDataViewSampler This interface declares the necessary methods required to sample across a volume data set.
 

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.
 



Copyright © 2006 University of Washington. All Rights Reserved.