#include <BALL/QSAR/simpleDescriptors.h>
Public Member Functions | |
Constructors and Destructors | |
VertexAdjacency () | |
VertexAdjacency (const VertexAdjacency &va) | |
virtual | ~VertexAdjacency () |
Assignment | |
VertexAdjacency & | operator= (const VertexAdjacency &va) |
Accessors | |
double | compute (AtomContainer &ac) |
The vertex adjacency is calculated using the formula \( 1 + m \), where $m$ is the number of heavy bonds.
BALL::VertexAdjacency::VertexAdjacency | ( | ) |
Default constructor
BALL::VertexAdjacency::VertexAdjacency | ( | const VertexAdjacency & | va | ) |
Copy constructor
virtual BALL::VertexAdjacency::~VertexAdjacency | ( | ) | [virtual] |
Destructor
double BALL::VertexAdjacency::compute | ( | AtomContainer & | ac | ) | [virtual] |
Reimplemented from BALL::Descriptor.
VertexAdjacency& BALL::VertexAdjacency::operator= | ( | const VertexAdjacency & | va | ) |
Assignment operator