edu.jhu.ece.iacl.algorithms.dti.tractography
Class Tract

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

public class Tract
extends java.lang.Object


Field Summary
 double maxmax
           
 double meanmax
           
 double meanmean
           
 Fiber worst
           
 
Constructor Summary
Tract()
           
Tract(FiberCollection tract)
           
 
Method Summary
 int findCorrespondingFiberBySeed(Fiber f, Tract atract)
           
 int findCorrespondingFiberBySeed(int i, Tract atract)
           
 Point3f findSeed(Fiber f)
           
 Point3f findSeed(int i)
           
 int findSeedIndex(int i)
           
 FiberCollection getFiberCollection()
           
 double maxTractDistanceBySeed(Fiber thisf, Tract atract, double resX, double resY, double resZ)
           
 double maxTractDistanceBySeed(Tract atract, double resX, double resY, double resZ)
           
 void print()
           
 void tractDistancesBySeed(Tract atract, double resX, double resY, double resZ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

worst

public Fiber worst

maxmax

public double maxmax

meanmax

public double meanmax

meanmean

public double meanmean
Constructor Detail

Tract

public Tract()

Tract

public Tract(FiberCollection tract)
Method Detail

getFiberCollection

public FiberCollection getFiberCollection()

findSeed

public Point3f findSeed(int i)

findSeed

public Point3f findSeed(Fiber f)

findSeedIndex

public int findSeedIndex(int i)

findCorrespondingFiberBySeed

public int findCorrespondingFiberBySeed(int i,
                                        Tract atract)

findCorrespondingFiberBySeed

public int findCorrespondingFiberBySeed(Fiber f,
                                        Tract atract)

maxTractDistanceBySeed

public double maxTractDistanceBySeed(Tract atract,
                                     double resX,
                                     double resY,
                                     double resZ)

tractDistancesBySeed

public void tractDistancesBySeed(Tract atract,
                                 double resX,
                                 double resY,
                                 double resZ)

maxTractDistanceBySeed

public double maxTractDistanceBySeed(Fiber thisf,
                                     Tract atract,
                                     double resX,
                                     double resY,
                                     double resZ)

print

public void print()