LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Predicate for selecting atoms based on explicit name matching. More...
#include <Selectors.hpp>
Public Member Functions | |
AtomNameSelector (const std::string &s) | |
bool | operator() (const pAtom &) const |
Public Attributes | |
std::string | str |
Predicate for selecting atoms based on explicit name matching.
|
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.