LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Predicate for selecting atoms in a specific range of z values. More...
#include <Selectors.hpp>
Public Member Functions | |
ZSliceSelector (const greal min, const greal max) | |
bool | operator() (const pAtom &pa) const |
Public Attributes | |
greal | _min |
greal | _max |
Predicate for selecting atoms in a specific range of z values.
|
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.