maspack.apps
Class XyzToXyzb

java.lang.Object
  extended by maspack.apps.MeshConverter
      extended by maspack.apps.XyzToXyzb

public class XyzToXyzb
extends MeshConverter


Constructor Summary
XyzToXyzb()
           
 
Method Summary
 void convert(java.io.File inputFile, java.io.File outputFile)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class maspack.apps.MeshConverter
convert, parseArgs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XyzToXyzb

public XyzToXyzb()
Method Detail

convert

public void convert(java.io.File inputFile,
                    java.io.File outputFile)
             throws java.io.IOException
Specified by:
convert in class MeshConverter
Throws:
java.io.IOException

main

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