Find morphology location from a coordinate (#1751)
Extend the `pwlin_place` interface to find the location of a morphology that is closest to a 3d coordinate. * extend `arb::pwlin_place` interface * python wrapper * unit tests * documentation Addresses a feature request by @Helveg that I don't think ever had a ticket assigned to it. Fixes #1661 and #1108.
Showing
- arbor/include/arbor/morph/place_pwlin.hpp 4 additions, 0 deletionsarbor/include/arbor/morph/place_pwlin.hpp
- arbor/morph/place_pwlin.cpp 82 additions, 0 deletionsarbor/morph/place_pwlin.cpp
- doc/cpp/morphology.rst 4 additions, 0 deletionsdoc/cpp/morphology.rst
- doc/python/morphology.rst 4 additions, 0 deletionsdoc/python/morphology.rst
- python/morphology.cpp 8 additions, 1 deletionpython/morphology.cpp
- test/unit/test_morph_place.cpp 101 additions, 0 deletionstest/unit/test_morph_place.cpp
Please register or sign in to comment