|
Class Summary |
| AbstractVolumeDataViewCombiner |
Base class for implementing VolumeDataViewCombiner. |
| ANDCombiner |
This Combiner performs an AND-like operation over each of the data sets at each vertex. |
| AveragingColorCombiner |
This Combiner computes color arrays for each sampled volume data set, then averages
the colors at each vertex. |
| AveragingDataCombiner |
This combiner performs a numerical mean over each sampled volume data set at each vertex. |
| AveragingScaledDataCombiner |
This combiner normalizes each sampled volume data set to the range -1 to 1, then performs
a numerical mean operation at each vertex. |
| BinOpCombiner |
This class provides support for binary operator-like combiners. |
| CombinerPreProcessor |
This class creates a PreprocessingData instance given an set of sample data across multiple
volume data sources sampled for a single surface. |
| PreprocessingData |
This class stores a set of preprocessing data collected across the entire sampled surface among each
of the volume data sets. |
| VolumeDataViewCombinerFactory |
Static collection of VolumeDataViewCombiners. |
| XORCombiner |
This class is supposed to perform an XOR like operation on multiple data samples;
however, it doesn't work yet. |