edu.jhu.ece.iacl.jist.io
Class FreeSurferAsciiReader

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.io.FreeSurferAsciiReader

public class FreeSurferAsciiReader
extends java.lang.Object

The Class FreeSurferAsciiReader.


Constructor Summary
FreeSurferAsciiReader()
           
 
Method Summary
static java.lang.String[] getFaces(java.io.File f)
          Gets the faces.
static java.lang.String[] getVertices(java.io.File f)
          Gets the vertices.
static java.util.ArrayList readSurfaceFile(java.io.File f)
          Read surface file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeSurferAsciiReader

public FreeSurferAsciiReader()
Method Detail

readSurfaceFile

public static java.util.ArrayList readSurfaceFile(java.io.File f)
Read surface file.

Parameters:
f - the f
Returns:
the array list

getVertices

public static java.lang.String[] getVertices(java.io.File f)
Gets the vertices.

Parameters:
f - the f
Returns:
the vertices

getFaces

public static java.lang.String[] getFaces(java.io.File f)
Gets the faces.

Parameters:
f - the f
Returns:
the faces