uk.ac.ed.ebrainbuilder
Class StandAlone

java.lang.Object
  extended by uk.ac.ed.ebrainbuilder.StandAlone

public class StandAlone
extends Object

The E-Brain Builder is a graphical tool for viewing and manipulating multiple reconstructed neurons. The neurons will be scanned in using neurolucida by Laszlo Zuborsky and his collaborators who have many reconstruction of neurons in Rat brain. Each reconstruction contains a neuron and some fiducial markers and perhaps also a contour of the cortex. The aim is to construct a virtual brain containing all the neurons correctly located in space. To do this the E-Brain Builder allows the neuron to be moved, rotated, scaled and sheared in space.

The small talk MVC pattern is used as the basic structure of the system. The E-BrainBuilder class has a main method which instantiates the Model, View and Controller.

The Model stores all the applications state: the project information, the application's mode, etc. The Views represents the model graphically, and receives events when the Model is changed. The Controllers responds to user events in the Views and consequently update the model.

Author:
nix

Constructor Summary
StandAlone()
           
StandAlone(File file)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandAlone

public StandAlone()

StandAlone

public StandAlone(File file)
Method Detail

main

public static void main(String[] args)