BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
BALL::VertexAdjacency Class Reference

#include <BALL/QSAR/simpleDescriptors.h>

Inheritance diagram for BALL::VertexAdjacency:
BALL::SimpleBase BALL::Descriptor BALL::UnaryProcessor< AtomContainer > BALL::UnaryFunctor< AtomContainer, Processor::Result >

List of all members.

Public Member Functions

Constructors and Destructors
 VertexAdjacency ()
 VertexAdjacency (const VertexAdjacency &va)
virtual ~VertexAdjacency ()
Assignment
VertexAdjacencyoperator= (const VertexAdjacency &va)
Accessors
double compute (AtomContainer &ac)

Detailed Description

The vertex adjacency is calculated using the formula \( 1 + m \), where $m$ is the number of heavy bonds.

Definition at line 1009 of file simpleDescriptors.h.


Constructor & Destructor Documentation

Default constructor

Copy constructor

Destructor


Member Function Documentation

Reimplemented from BALL::Descriptor.

VertexAdjacency& BALL::VertexAdjacency::operator= ( const VertexAdjacency va)

Assignment operator

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines