Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

NumberOfHydrophobicAtoms Class Reference

This descriptor return the number of hydrophobic atoms. More...

#include <simpleDescriptors.h>

Inheritance diagram for NumberOfHydrophobicAtoms:

SimpleBase Descriptor UnaryProcessor< AtomContainer > UnaryFunctor< AtomContainer, Processor::Result > List of all members.

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 StringgetExpression () const
void setExpression (const String &expression)
double compute (AtomContainer &ac)
Assignment
NumberOfHydrophobicAtomsoperator= (const NumberOfHydrophobicAtoms &nha)
 Assignment operator.

Detailed Description

This descriptor return the number of hydrophobic atoms.

If another set of hydrophobic atoms should be considered, another expression can be set via setExpression, with an Expression string as parameter.