| 
    LOOS 4.1.0
    
   The Lightweight Object Oriented Structural analysis library/toolkit 
   | 
 
Negates a selection predicate. More...
#include <Selectors.hpp>


Public Member Functions | |
| NotSelector (const AtomSelector &s) | |
| bool | operator() (const pAtom &) const | 
Public Attributes | |
| const AtomSelector & | sel | 
Negates a selection predicate.
Example:
This will select all atoms that are NOT solvent
      
  | 
  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.