ucl.physiol.neuroconstruct.cell.converters
Class SWCMorphReader
java.lang.Object
ucl.physiol.neuroconstruct.cell.converters.FormatImporter
ucl.physiol.neuroconstruct.cell.converters.SWCMorphReader
public class SWCMorphReader
- extends FormatImporter
A class for importing SWC morphology files (.swc files), and creating Cells
which can be used by the rest of the application
- Author:
- Padraig Gleeson
SWCMorphReader
public SWCMorphReader()
loadFromMorphologyFile
public Cell loadFromMorphologyFile(File morphologyFile,
String name)
throws MorphologyException
- Specified by:
loadFromMorphologyFile in class FormatImporter
- Throws:
MorphologyException
daughtersInherit
public void daughtersInherit(boolean adj)
includeAnatFeatures
public void includeAnatFeatures(boolean adj)
main
public static void main(String[] args)