Python API for `place_pwlin`. (#1250)
Wrap place_pwlin interface to allow querying rich geometry information from cell morphologies. * Add Python bindings for the `place_pwlin` and `isometry` classes. * Add equality test for Python `mpoint`. * Add unit tests for new Python interfaces. * Split C++ API morphology documentation into its own file. * Add C++ API and Python API documentation for `place_pwlin` and `isometry`.
Showing
- doc/cpp/cable_cell.rst 0 additions, 192 deletionsdoc/cpp/cable_cell.rst
- doc/cpp/index.rst 2 additions, 0 deletionsdoc/cpp/index.rst
- doc/cpp/morphology.rst 316 additions, 0 deletionsdoc/cpp/morphology.rst
- doc/python/morphology.rst 88 additions, 0 deletionsdoc/python/morphology.rst
- doc/requirements.txt 1 addition, 1 deletiondoc/requirements.txt
- python/morphology.cpp 91 additions, 10 deletionspython/morphology.cpp
- python/test/unit/runner.py 4 additions, 1 deletionpython/test/unit/runner.py
- python/test/unit/test_morphology.py 145 additions, 0 deletionspython/test/unit/test_morphology.py
Please register or sign in to comment