The Gnome Chemistry Utils  0.13.7
Public Member Functions | Public Attributes
gcu::AtomPair Class Reference

#include <gcu/atom.h>

List of all members.

Public Member Functions

 AtomPair (Atom *at1, Atom *at2)

Public Attributes

Atomatom1
Atomatom2

Detailed Description

This class stores atoms pairs. It is used when comparing two molecules.

Definition at line 317 of file gcu/atom.h.


Constructor & Destructor Documentation

gcu::AtomPair::AtomPair ( Atom at1,
Atom at2 
) [inline]
Parameters:
at1the first atom in the pair.
at2the second atom in the pair.

Constructs the atoms pair from two atoms.

Definition at line 326 of file gcu/atom.h.

References atom1, and atom2.


Member Data Documentation

The first atom of the pair.

Definition at line 331 of file gcu/atom.h.

Referenced by AtomPair().

The second atom of the pair.

Definition at line 336 of file gcu/atom.h.

Referenced by AtomPair().


The documentation for this class was generated from the following file: