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

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

public class FreeSurferAsciiWriter
extends java.lang.Object

The Class FreeSurferAsciiWriter.


Constructor Summary
FreeSurferAsciiWriter()
           
 
Method Summary
static void fromDxWriter(java.lang.String[] vertices, java.lang.String[] faces, java.io.File f, float X, float Y, float Z)
          From dx writer.
static void fromMipavWriter(java.lang.String[] vertices, java.lang.String[] faces, java.io.File f, float X, float Y, float Z)
          From mipav writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeSurferAsciiWriter

public FreeSurferAsciiWriter()
Method Detail

fromMipavWriter

public static void fromMipavWriter(java.lang.String[] vertices,
                                   java.lang.String[] faces,
                                   java.io.File f,
                                   float X,
                                   float Y,
                                   float Z)
From mipav writer.

Parameters:
vertices - the vertices
faces - the faces
f - the f
X - the x
Y - the y
Z - the z

fromDxWriter

public static void fromDxWriter(java.lang.String[] vertices,
                                java.lang.String[] faces,
                                java.io.File f,
                                float X,
                                float Y,
                                float Z)
From dx writer.

Parameters:
vertices - the vertices
faces - the faces
f - the f
X - the x
Y - the y
Z - the z