Changeset 4de4f6 for src


Ignore:
Timestamp:
Apr 23, 2021, 8:42:57 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
38bcbe
Parents:
9f55b9
git-author:
Frederik Heber <frederik.heber@…> (10/04/20 21:11:36)
git-committer:
Frederik Heber <frederik.heber@…> (04/23/21 20:42:57)
Message:

Added AtomBondNeighbors selection action.

  • DOCU: Added to userguide.
  • TEST: Added regression test case.
Location:
src/Actions
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GlobalListOfActions.hpp

    r9f55b9 r4de4f6  
    120120  (SelectionAllMolecules) \
    121121  (SelectionAllShapes) \
     122  (SelectionAtomBondNeighbors) \
    122123  (SelectionAtomByElement) \
    123124  (SelectionAtomById) \
  • src/Actions/Makefile.am

    r9f55b9 r4de4f6  
    470470  Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.cpp \
    471471  Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.cpp \
     472  Actions/SelectionAction/Atoms/AtomBondNeighborsAction.cpp \
    472473  Actions/SelectionAction/Atoms/AtomByElementAction.cpp \
    473474  Actions/SelectionAction/Atoms/AtomByIdAction.cpp \
     
    490491  Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.hpp \
    491492  Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.hpp \
     493  Actions/SelectionAction/Atoms/AtomBondNeighborsAction.hpp \
    492494  Actions/SelectionAction/Atoms/AtomByElementAction.hpp \
    493495  Actions/SelectionAction/Atoms/AtomByIdAction.hpp \
     
    510512  Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.def \
    511513  Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.def \
     514  Actions/SelectionAction/Atoms/AtomBondNeighborsAction.def \
    512515  Actions/SelectionAction/Atoms/AtomByElementAction.def \
    513516  Actions/SelectionAction/Atoms/AtomByIdAction.def \
Note: See TracChangeset for help on using the changeset viewer.