AT_BANNER([MoleCuilder - Atom selections]) ### ATOMS #### # (un)select all atoms m4_include(Selection/Atoms/AllAtoms/testsuite-selection-all-atoms.at) # (un)select all atoms of molecule m4_include(Selection/Atoms/AllAtomsOfMolecule/testsuite-selection-all-atoms-of-molecule.at) # (un)select atoms by element m4_include(Selection/Atoms/AtomByElement/testsuite-selection-atoms-by-element.at) # (un)select atom by id m4_include(Selection/Atoms/AtomById/testsuite-selection-atom-by-id.at) # (un)select atoms inside cuboid m4_include(Selection/Atoms/AtomsInsideCuboid/testsuite-selection-atoms-inside-cuboid.at) # (un)select atoms inside sphere m4_include(Selection/Atoms/AtomsInsideSphere/testsuite-selection-atoms-inside-sphere.at) # clear atom selection m4_include(Selection/Atoms/ClearAtoms/testsuite-selection-clear-atoms.at)