edu.jhu.ece.iacl.algorithms.dti.tractography.FACT
Class FloatInterp

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.dti.tractography.FACT.FloatInterp

public class FloatInterp
extends java.lang.Object

Created by IntelliJ IDEA. User: bennett Date: Jul 26, 2006 Time: 10:35:10 AM To change this template use File | Settings | File Templates.


Constructor Summary
FloatInterp()
           
 
Method Summary
 void freeMem()
           
 void init(double[] data, double[] dims)
           
 double[] interpolateTriliear(double[] x, double[] y, double[] z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatInterp

public FloatInterp()
Method Detail

init

public void init(double[] data,
                 double[] dims)

freeMem

public void freeMem()

interpolateTriliear

public double[] interpolateTriliear(double[] x,
                                    double[] y,
                                    double[] z)