Ignore:
Timestamp:
Dec 21, 2025, 9:50:22 PM (9 days ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Adds python command getSelectedAtomCount().

  • this avoids needing to copy all ids first to python and counting them in python instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Python/modules.hpp

    rbc58f2 re4b9d5  
    3535doubleVec module_getBoundingBox();
    3636double module_getDomainVolume();
     37int module_getSelectedAtomCount();
    3738atomIdVec module_getSelectedAtomIds();
    3839atomPositionsVec module_getSelectedAtomPositions();
Note: See TracChangeset for help on using the changeset viewer.