# # MoleCuilder - creates and alters molecular systems # Copyright (C) 2008-2012 University of Bonn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # AT_BANNER([MoleCuilder - Atom selections]) ### ATOMS #### # (un)select all atoms m4_include(Selection/Atoms/AllAtoms/testsuite-selection-select-all-atoms.at) m4_include(Selection/Atoms/AllAtoms/testsuite-selection-unselect-all-atoms.at) # (un)select all atoms of molecule m4_include(Selection/Atoms/AllAtomsOfMolecule/testsuite-selection-select-all-atoms-of-molecule.at) m4_include(Selection/Atoms/AllAtomsOfMolecule/testsuite-selection-unselect-all-atoms-of-molecule.at) # (un)select atoms by element m4_include(Selection/Atoms/AtomByElement/testsuite-selection-select-atoms-by-element.at) m4_include(Selection/Atoms/AtomByElement/testsuite-selection-unselect-atoms-by-element.at) # (un)select atom by id m4_include(Selection/Atoms/AtomById/testsuite-selection-select-atom-by-id.at) m4_include(Selection/Atoms/AtomById/testsuite-selection-select-atom-by-id-multiple.at) m4_include(Selection/Atoms/AtomById/testsuite-selection-unselect-atom-by-id.at) m4_include(Selection/Atoms/AtomById/testsuite-selection-unselect-atom-by-id-multiple.at) # (un)select atom by order m4_include(Selection/Atoms/AtomByOrder/testsuite-selection-select-atom-by-order.at) m4_include(Selection/Atoms/AtomByOrder/testsuite-selection-unselect-atom-by-order.at) # (un)select atoms inside cuboid m4_include(Selection/Atoms/AtomsInsideCuboid/testsuite-selection-select-atoms-inside-cuboid.at) m4_include(Selection/Atoms/AtomsInsideCuboid/testsuite-selection-select-atoms-inside-cuboid-with-defaults.at) m4_include(Selection/Atoms/AtomsInsideCuboid/testsuite-selection-unselect-atoms-inside-cuboid.at) # (un)select atoms inside sphere m4_include(Selection/Atoms/AtomsInsideSphere/testsuite-selection-select-atoms-inside-sphere.at) m4_include(Selection/Atoms/AtomsInsideSphere/testsuite-selection-select-atoms-inside-tiny-sphere.at) m4_include(Selection/Atoms/AtomsInsideSphere/testsuite-selection-unselect-atoms-inside-sphere.at) m4_include(Selection/Atoms/AtomsInsideSphere/testsuite-selection-unselect-atoms-inside-tiny-sphere.at) # clear atom selection m4_include(Selection/Atoms/ClearAtoms/testsuite-selection-clear-atoms.at) # invert selection m4_include(Selection/Atoms/InvertAtoms/testsuite-selection-invert-atoms.at) # push atom selection m4_include(Selection/Atoms/PushAtomSelection/testsuite-selection-push-atom-selection.at) # pop atom selection m4_include(Selection/Atoms/PopAtomSelection/testsuite-selection-pop-atom-selection.at)