#include <BALL/QSAR/simpleDescriptors.h>

Public Member Functions | |
Constructors and Destructors | |
| AtomInformationContent () | |
| AtomInformationContent (const AtomInformationContent &aic) | |
| virtual | ~AtomInformationContent () |
Assignment | |
| AtomInformationContent & | operator= (const AtomInformationContent &aic) |
Accessors | |
| double | compute (AtomContainer &ac) |
This descriptor is $n$ times MeanAtomInformationContent.
Definition at line 742 of file simpleDescriptors.h.
| BALL::AtomInformationContent::AtomInformationContent | ( | ) |
Default Constructor
| BALL::AtomInformationContent::AtomInformationContent | ( | const AtomInformationContent & | aic | ) |
Copy constructor
| virtual BALL::AtomInformationContent::~AtomInformationContent | ( | ) | [virtual] |
Destructor
| double BALL::AtomInformationContent::compute | ( | AtomContainer & | ac | ) | [virtual] |
Reimplemented from BALL::Descriptor.
| AtomInformationContent& BALL::AtomInformationContent::operator= | ( | const AtomInformationContent & | aic | ) |
Assignment operator
1.6.3