#include <BALL/QSAR/connectivityDescriptors.h>

Public Member Functions | |
Constructors and Destructors | |
| ZagrebIndex () | |
| ZagrebIndex (const ZagrebIndex &zi) | |
| virtual | ~ZagrebIndex () |
Assignment | |
| ZagrebIndex & | operator= (const ZagrebIndex &zi) |
Accessors | |
| double | compute (AtomContainer &ac) |
This descriptor returns the Zagreb Index, which is calculated as: $ d_i^2$, over all heavy atoms
Definition at line 20 of file connectivityDescriptors.h.
| BALL::ZagrebIndex::ZagrebIndex | ( | ) |
Default constructor
| BALL::ZagrebIndex::ZagrebIndex | ( | const ZagrebIndex & | zi | ) |
Copy constructor
| virtual BALL::ZagrebIndex::~ZagrebIndex | ( | ) | [virtual] |
Destructor
| double BALL::ZagrebIndex::compute | ( | AtomContainer & | ac | ) | [virtual] |
Reimplemented from BALL::Descriptor.
| ZagrebIndex& BALL::ZagrebIndex::operator= | ( | const ZagrebIndex & | zi | ) |
Assignment operator
1.6.3