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

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

public class DxSurfaceWriter
extends java.lang.Object

The Class DxSurfaceWriter.


Constructor Summary
DxSurfaceWriter()
           
 
Method Summary
static void fromFreeSurferWriter(java.lang.String[] vertices, java.lang.String[] faces, java.io.File f, float X, float Y, float Z)
          From free surfer 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

DxSurfaceWriter

public DxSurfaceWriter()
Method Detail

fromFreeSurferWriter

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

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

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