#include <connectivityBase.h>
Inheritance diagram for ConnectivityBase:

Public Member Functions | |
Constructors and Destructors | |
| ConnectivityBase () | |
| Default constructor. | |
| ConnectivityBase (const ConnectivityBase &cb) | |
| Copy constructor. | |
| ConnectivityBase (const String &name) | |
| Named constructor. | |
| ConnectivityBase (const String &name, const String &unit) | |
| Named unity constructor. | |
| virtual | ~ConnectivityBase () |
| Destructor. | |
Assignment | |
| virtual ConnectivityBase & | operator= (const ConnectivityBase &cb) |
| Assignment operator. | |
Protected Member Functions | |
Predicates | |
| bool | isValid_ (AtomContainer &ac) |
Accessors | |
| void | calculate_ (AtomContainer &ac) |