LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Select non-hydrogen atoms. More...
#include <Selectors.hpp>
Public Member Functions | |
bool | operator() (const pAtom &pa) const |
Public Attributes | |
HydrogenSelector | hsel |
NotSelector | not_heavy |
Select non-hydrogen atoms.
|
virtual |
Predicate function for selecting atoms. If true, then the passed Atom is selected for an operation (or addition to a new group). If false, then the passed Atom is skipped.
Implements loos::AtomSelector.