# # 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 - Molecule selections]) ### Molecules ### # (un)select all molecules m4_include(Selection/Molecules/AllMolecules/testsuite-selection-select-all-molecules.at) m4_include(Selection/Molecules/AllMolecules/testsuite-selection-unselect-all-molecules.at) # clear molecule selection m4_include(Selection/Molecules/ClearMolecules/testsuite-selection-clear-molecules.at) # (un)select molecules by formula m4_include(Selection/Molecules/MoleculeByFormula/testsuite-selection-select-molecules-by-formula.at) m4_include(Selection/Molecules/MoleculeByFormula/testsuite-selection-unselect-molecules-by-formula.at) # (un)select molecule by id m4_include(Selection/Molecules/MoleculeById/testsuite-selection-select-molecule-by-id.at) m4_include(Selection/Molecules/MoleculeById/testsuite-selection-unselect-molecule-by-id.at) # (un)select molecule by name m4_include(Selection/Molecules/MoleculeByName/testsuite-selection-select-molecules-by-name.at) m4_include(Selection/Molecules/MoleculeByName/testsuite-selection-unselect-molecules-by-name.at) # (un)select molecule by order m4_include(Selection/Molecules/MoleculeByOrder/testsuite-selection-select-molecule-by-order-backward.at) m4_include(Selection/Molecules/MoleculeByOrder/testsuite-selection-select-molecule-by-order-forward.at) m4_include(Selection/Molecules/MoleculeByOrder/testsuite-selection-unselect-molecule-by-order-backward.at) m4_include(Selection/Molecules/MoleculeByOrder/testsuite-selection-unselect-molecule-by-order-forward.at) # (un)select molecule from atom selection m4_include(Selection/Molecules/MoleculeOfAtom/testsuite-selection-select-atoms-molecules.at) m4_include(Selection/Molecules/MoleculeOfAtom/testsuite-selection-unselect-atoms-molecules.at) # invert molecule selection m4_include(Selection/Molecules/InvertMolecules/testsuite-selection-invert-molecules.at) # push molecule selection m4_include(Selection/Molecules/PushMoleculeSelection/testsuite-selection-push-molecule-selection.at) # pop molecule selection m4_include(Selection/Molecules/PopMoleculeSelection/testsuite-selection-pop-molecule-selection.at)