ASCII art for segment tree (#2224)
Allow ASCII rendering of segment trees and morphologies for debugging Example `segment_tree` ``` | | +-[-- id=1161 --]-+-[-- id=1709 --]---[-- id=2234 --]-+-[-- id=2625 --]---[-- id=3172 --] | | | | +-[-- id=2928 --]---[-- id=3765 --] | | | | | | | +-[-- id=1721 --]---[-- id=3504 --]---[-- id=3846 --] | | | | | +-[-- id=1867 --] | | | +-[-- id=1451 --]-+-[-- id=2356 --] | +-[-- id=2471 --]---[-- id=2670 --]---[-- id=4031 --] | ...
Showing
- arbor/include/arbor/morph/segment_tree.hpp 1 addition, 2 deletionsarbor/include/arbor/morph/segment_tree.hpp
- arbor/morph/segment_tree.cpp 0 additions, 2 deletionsarbor/morph/segment_tree.cpp
- arborio/CMakeLists.txt 2 additions, 1 deletionarborio/CMakeLists.txt
- arborio/debug.cpp 99 additions, 0 deletionsarborio/debug.cpp
- arborio/include/arborio/debug.hpp 16 additions, 0 deletionsarborio/include/arborio/debug.hpp
- doc/cpp/morphology.rst 66 additions, 3 deletionsdoc/cpp/morphology.rst
- doc/python/morphology.rst 12 additions, 0 deletionsdoc/python/morphology.rst
- python/morphology.cpp 7 additions, 0 deletionspython/morphology.cpp
- test/unit/CMakeLists.txt 1 addition, 0 deletionstest/unit/CMakeLists.txt
- test/unit/test_asc.cpp 0 additions, 3 deletionstest/unit/test_asc.cpp
- test/unit/test_debug.cpp 49 additions, 0 deletionstest/unit/test_debug.cpp
arborio/debug.cpp
0 → 100644
arborio/include/arborio/debug.hpp
0 → 100644
test/unit/test_debug.cpp
0 → 100644
Please register or sign in to comment