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

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

public class FACTparameters
extends java.lang.Object

Created by IntelliJ IDEA. User: bennett Date: Nov 16, 2005 Time: 7:35:38 AM To change this template use Options | File Templates.


Field Summary
 float[][][] faData
           
 float maxTurnAngle
           
 int minLength
           
 int Nx
           
 int Ny
           
 int Nz
           
 double resX
           
 double resY
           
 double resZ
           
 float startFA
           
 float stopFA
           
 float[][][][] vecData
           
 
Constructor Summary
FACTparameters()
           
 
Method Summary
 Vector3f interpVec(Point3f p)
           
static float linInterp(float x, float x1, float x2, float y1, float y2)
           
 void readParameters(java.lang.String file)
           
 void setDefaultParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

faData

public float[][][] faData

vecData

public float[][][][] vecData

stopFA

public float stopFA

maxTurnAngle

public float maxTurnAngle

minLength

public int minLength

startFA

public float startFA

Nx

public int Nx

Ny

public int Ny

Nz

public int Nz

resX

public double resX

resY

public double resY

resZ

public double resZ
Constructor Detail

FACTparameters

public FACTparameters()
Method Detail

readParameters

public void readParameters(java.lang.String file)

setDefaultParameters

public void setDefaultParameters()

interpVec

public Vector3f interpVec(Point3f p)

linInterp

public static float linInterp(float x,
                              float x1,
                              float x2,
                              float y1,
                              float y2)