maspack.apps
Class KajToObj
java.lang.Object
maspack.apps.KajToObj
public class KajToObj
- extends java.lang.Object
Class to convert .kaj files (which contain muscle fiber information)
into .obj files.
The .kaj format is a special format created by Anne Auger's group at the
U of T Anatomy Lab.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KajToObj
public KajToObj()
convert
public void convert(ReaderTokenizer rtok,
java.io.PrintWriter pw)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)