Changeset e4b9d5 for src/Python/PythonScripting_impl.hpp
- Timestamp:
- Dec 21, 2025, 9:50:22 PM (3 weeks ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 802a9d
- Parents:
- bc58f2
- git-author:
- Frederik Heber <frederik.heber@…> (11/20/25 17:20:49)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/21/25 21:50:22)
- File:
-
- 1 edited
-
src/Python/PythonScripting_impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Python/PythonScripting_impl.hpp
rbc58f2 re4b9d5 140 140 "returns the positions of all currently selected atoms." 141 141 ); 142 boost::python::def< int() >( 143 "getSelectedAtomCount", 144 MoleCuilder::detail::module_getSelectedAtomCount, 145 "returns the number of all currently selected atoms." 146 ); 142 147 boost::python::def< MoleCuilder::detail::atomIdVec() >( 143 148 "getSelectedAtomIds",
Note:
See TracChangeset
for help on using the changeset viewer.
