CONICAL
Review
An inheritance diagram for the CONICAL class library is shown below.
(Classes which are part of the standard iostreams library, or which
are used internally by CONICAL classes and not publicly accessible,
are not shown.)
Typical CONICAL use will proceed as follows:
- Create a cell:
- Create one or more Cylinders
and set appropriate parameters for passive properties
- Connect them with passive Currents
- Add one or more ChanStds to each
compartment for active channels
- Create more cells, if desired
- Connect cells with AlphaSyns
or MarkovSyns (we recommend the latter)
- Add a current Injector and/or
StepStream, as desired
- Run the simulation:
- Call gStepmaster.StepAll(dt)
- Do additional output tasks (update graph, animation, etc.)
- Repeat until done
Last Updated:
2/21/96
Joe Strout.