Skip to content
Snippets Groups Projects
Commit 111104b4 authored by Benjamin Cumming's avatar Benjamin Cumming Committed by Sam Yates
Browse files

Replace morphology code with new sample-based morphology parsing. (#834)

* Replace old `arb::morphology` class with new `arb::sample_tree` and `arb::morphology` types, where `arb::sample_tree` manages a set of morphology sample points and their topology, and `arb::morphology` presents a branch-based view over samples described by an `arb::sample_tree`. The new classes support morphologies with cable-like or spherical somata.
* Supply a new conversion routine for forming a `arb::cable_cell` from a morphology, with support for both classes of soma.

Fixes #835 
parent 953d5007
Showing
with 673 additions and 496 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment