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

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

public class MipavSurfaceXMLWriter
extends java.lang.Object

The Class MipavSurfaceXMLWriter.


Constructor Summary
MipavSurfaceXMLWriter()
           
 
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 fromFreeSurferWriter(java.lang.String[] vertices, java.lang.String[] faces, java.io.File f, float X, float Y, float Z)
          From free surfer writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MipavSurfaceXMLWriter

public MipavSurfaceXMLWriter()
Method Detail

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

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