edu.washington.biostr.sig.brainj3d.view3D.combiners
Class CombinerPreProcessor

java.lang.Object
  extended by edu.washington.biostr.sig.brainj3d.view3D.combiners.CombinerPreProcessor

public class CombinerPreProcessor
extends Object

This class creates a PreprocessingData instance given an set of sample data across multiple volume data sources sampled for a single surface.

Author:
Peter

Method Summary
static PreprocessingData preprocess(double[][][] values)
          Creates a PreprocessingData instance using the specified sampled values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

preprocess

public static PreprocessingData preprocess(double[][][] values)
Creates a PreprocessingData instance using the specified sampled values.

Parameters:
values - an array of sampled data values in the following layout: values[num subnodes][num views][num vertices]
Returns:


Copyright © 2006 University of Washington. All Rights Reserved.