clean up of region/locset implementation (#1023)
Add `maxset` function that returns the most distal set of locations in a location list, similar to existing `minset` function. Use `minset` and `maxset` consistently in `most_proximal` and `most_distal` locset expressions respectively.
Showing
- arbor/include/arbor/morph/morphology.hpp 7 additions, 0 deletionsarbor/include/arbor/morph/morphology.hpp
- arbor/morph/locset.cpp 8 additions, 32 deletionsarbor/morph/locset.cpp
- arbor/morph/morphology.cpp 32 additions, 0 deletionsarbor/morph/morphology.cpp
- arbor/morph/region.cpp 1 addition, 1 deletionarbor/morph/region.cpp
- python/morph_parse.cpp 9 additions, 0 deletionspython/morph_parse.cpp
- test/unit/test_morphology.cpp 51 additions, 0 deletionstest/unit/test_morphology.cpp
Please register or sign in to comment