BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Private Attributes
BALL::NumberOfHydrophobicAtoms Class Reference

#include <BALL/QSAR/simpleDescriptors.h>

Inheritance diagram for BALL::NumberOfHydrophobicAtoms:
BALL::SimpleBase BALL::Descriptor BALL::UnaryProcessor< AtomContainer > BALL::UnaryFunctor< AtomContainer, Processor::Result >

List of all members.

Public Member Functions

Constructors and Destructors
 NumberOfHydrophobicAtoms ()
 NumberOfHydrophobicAtoms (const NumberOfHydrophobicAtoms &nha)
 NumberOfHydrophobicAtoms (const String &expression)
virtual ~NumberOfHydrophobicAtoms ()
Acessors
const StringgetExpression () const
void setExpression (const String &expression)
double compute (AtomContainer &ac)
Assignment
NumberOfHydrophobicAtomsoperator= (const NumberOfHydrophobicAtoms &nha)

Private Attributes

String expression_

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.

Definition at line 1226 of file simpleDescriptors.h.


Constructor & Destructor Documentation

Default constructur

Copy constructor

Expression constructor

Destructor


Member Function Documentation

Reimplemented from BALL::Descriptor.

NumberOfHydrophobicAtoms& BALL::NumberOfHydrophobicAtoms::operator= ( const NumberOfHydrophobicAtoms nha)

Assignment operator


Member Data Documentation

Definition at line 1283 of file simpleDescriptors.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines