BALL::NumberOfHeavyAtoms Class Reference

#include <BALL/QSAR/simpleDescriptors.h>

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

List of all members.

Public Member Functions

Constructors and Destructors
 NumberOfHeavyAtoms ()
 NumberOfHeavyAtoms (const NumberOfHeavyAtoms &nha)
virtual ~NumberOfHeavyAtoms ()
Assignment
NumberOfHeavyAtomsoperator= (const NumberOfHeavyAtoms &nha)

Detailed Description

This descriptor counts the heavy atoms, heavy atoms are atoms with an atomic number strictly greater than 1 (all but hydrgen).


Constructor & Destructor Documentation

BALL::NumberOfHeavyAtoms::NumberOfHeavyAtoms ( )

Default constructor

BALL::NumberOfHeavyAtoms::NumberOfHeavyAtoms ( const NumberOfHeavyAtoms nha)

Copy constructor

virtual BALL::NumberOfHeavyAtoms::~NumberOfHeavyAtoms ( ) [virtual]

Destructor


Member Function Documentation

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

Assignment operator