#include <BALL/QSAR/simpleDescriptors.h>
Public Member Functions | |
Constructors and Destructors | |
| NumberOfAromaticAtoms () | |
| NumberOfAromaticAtoms (const NumberOfAromaticAtoms &naa) | |
| virtual | ~NumberOfAromaticAtoms () |
Assignment | |
| NumberOfAromaticAtoms & | operator= (const NumberOfAromaticAtoms &naa) |
This descriptor counts the number of aromatic atoms, a atom is aromatic if it participates a aromatic bond.
| BALL::NumberOfAromaticAtoms::NumberOfAromaticAtoms | ( | ) |
Default constructor
| BALL::NumberOfAromaticAtoms::NumberOfAromaticAtoms | ( | const NumberOfAromaticAtoms & | naa | ) |
Copy constructor
| virtual BALL::NumberOfAromaticAtoms::~NumberOfAromaticAtoms | ( | ) | [virtual] |
Destructor
| NumberOfAromaticAtoms& BALL::NumberOfAromaticAtoms::operator= | ( | const NumberOfAromaticAtoms & | naa | ) |
Assignment Operator