endrov.typeNetwork
Class SWCFile

java.lang.Object
  extended by endrov.typeNetwork.SWCFile

public class SWCFile
extends java.lang.Object


Constructor Summary
SWCFile()
           
 
Method Summary
static void write(java.io.File f, Network.NetworkFrame nf)
          Export a network frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWCFile

public SWCFile()
Method Detail

write

public static void write(java.io.File f,
                         Network.NetworkFrame nf)
                  throws java.io.IOException
Export a network frame. Note that this file format does not support cycles so not all networks can be exported

Throws:
java.io.IOException