org.jcae.mesh.xmldata
Class UNV2Amibe

java.lang.Object
  extended by org.jcae.mesh.xmldata.UNV2Amibe

public class UNV2Amibe
extends java.lang.Object

Convert a UNV mesh to an Amibe mesh.

Author:
Jerome Robert

Constructor Summary
UNV2Amibe()
           
 
Method Summary
 void importMesh(java.io.BufferedReader in, java.io.File outputDir)
           
 void importMesh(java.io.File input, java.lang.String output)
           
 void importMesh(java.lang.String input, java.lang.String output)
           
static void main(java.lang.String[] args)
           
 void setStripedUnv(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNV2Amibe

public UNV2Amibe()
Method Detail

importMesh

public void importMesh(java.lang.String input,
                       java.lang.String output)
                throws java.io.IOException
Throws:
java.io.IOException

importMesh

public void importMesh(java.io.File input,
                       java.lang.String output)
                throws java.io.IOException
Throws:
java.io.IOException

importMesh

public void importMesh(java.io.BufferedReader in,
                       java.io.File outputDir)
                throws java.io.IOException
Throws:
java.io.IOException

setStripedUnv

public void setStripedUnv(java.lang.String file)

main

public static void main(java.lang.String[] args)