#include <BALL/QSAR/connectivityBase.h>

Public Member Functions | |
Constructors and Destructors | |
| ConnectivityBase () | |
| ConnectivityBase (const ConnectivityBase &cb) | |
| ConnectivityBase (const String &name) | |
| ConnectivityBase (const String &name, const String &unit) | |
| virtual | ~ConnectivityBase () |
Assignment | |
| virtual ConnectivityBase & | operator= (const ConnectivityBase &cb) |
Protected Member Functions | |
Predicates | |
| bool | isValid_ (AtomContainer &ac) |
Accessors | |
|
| |
| void | computeAllDescriptors (AtomContainer &ac) |
| void | calculate_ (AtomContainer &ac) |
| void | recursion_ (std::vector< double > &dists, const Atom *source, HashMap< const Atom *, Size > &index_map) |
Generic QSAR molecular connectivity descriptors class \
Definition at line 25 of file connectivityBase.h.
| BALL::ConnectivityBase::ConnectivityBase | ( | ) |
Default constructor
| BALL::ConnectivityBase::ConnectivityBase | ( | const ConnectivityBase & | cb | ) |
Copy constructor
| BALL::ConnectivityBase::ConnectivityBase | ( | const String & | name | ) |
Named constructor
Named unity constructor
| virtual BALL::ConnectivityBase::~ConnectivityBase | ( | ) | [virtual] |
Destructor
| void BALL::ConnectivityBase::calculate_ | ( | AtomContainer & | ac | ) | [protected, virtual] |
Reimplemented from BALL::Descriptor.
| void BALL::ConnectivityBase::computeAllDescriptors | ( | AtomContainer & | ac | ) |
| bool BALL::ConnectivityBase::isValid_ | ( | AtomContainer & | ac | ) | [protected, virtual] |
Reimplemented from BALL::Descriptor.
| virtual ConnectivityBase& BALL::ConnectivityBase::operator= | ( | const ConnectivityBase & | cb | ) | [virtual] |
Assignment operator
1.6.3