#include <simpleDescriptors.h>
Inheritance diagram for NumberOfHydrophobicAtoms:

Public Member Functions | |
Constructors and Destructors | |
| NumberOfHydrophobicAtoms () | |
| Default constructur. | |
| NumberOfHydrophobicAtoms (const NumberOfHydrophobicAtoms &nha) | |
| Copy constructor. | |
| NumberOfHydrophobicAtoms (const String &expression) | |
| Expression constructor. | |
| virtual | ~NumberOfHydrophobicAtoms () |
| Destructor. | |
Acessors | |
| const String & | getExpression () const |
| void | setExpression (const String &expression) |
| double | compute (AtomContainer &ac) |
Assignment | |
| NumberOfHydrophobicAtoms & | operator= (const NumberOfHydrophobicAtoms &nha) |
| Assignment operator. | |
If another set of hydrophobic atoms should be considered, another expression can be set via setExpression, with an Expression string as parameter.