|
BALL
1.4.1
|
#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.
Definition at line 861 of file simpleDescriptors.h.
Default constructor
Copy constructor
| virtual BALL::NumberOfAromaticAtoms::~NumberOfAromaticAtoms | ( | ) | [virtual] |
Destructor
| NumberOfAromaticAtoms& BALL::NumberOfAromaticAtoms::operator= | ( | const NumberOfAromaticAtoms & | naa | ) |
Assignment Operator
1.7.6.1